#350c4e

Color #350C4E Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #350C4E

Tints of Blackcurrant #350C4E

Color information

#350C4E (or 0x350C4E) is unknown color: approx Blackcurrant. HEX triplet: 35, 0C and 4E. RGB value is (53,12,78). Sum of RGB (Red+Green+Blue) = 53+12+78=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 78 (30.86% from 255 or 54.55% from 143); Max value from RGB is 78 - color contains mainly: blue. Hex color #350C4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350C4E is #CAF3B1. Grayscale: #1F1F1F. Windows color (decimal): -13300658 or 5114933. OLE color: 5114933.

HSL color Cylindrical-coordinate representation of color #350C4E: hue angle of 277.27º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #350C4E is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB531278-
CMYK0.320.8500.69
HSL277.27º73.33%17.65%-
HSV(B)277.27º84.62%30.59%-
XYZ2.971.577.35-
YUV31.78154.08143.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 37.06%
GREEN value IS 12 (5.08% from 255) = 8.39%
BLUE value IS 78 (30.86% from 255) = 54.55%
R=37.06%
G=8.39%
B=54.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5312780.320.8500.69277.2773.3317.65
Hex35C4E20550451154912
Octal651411640125010542511122
Binary11010111001001110100000101010101000101100010101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350c4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350c4e; }

 p { color: rgb(53,12,78); }

 H1.HeaderClassName
 {
   color: #350c4e;
 }
 .AnyTagClassName
 {
   color: #350c4e;
 }
</style>
background-color css

<style>
 a { background-color: #350c4e; }

 a { background-color: rgb(53,12,78); }

 div.DivClassName
 {
   background-color: #350c4e;
 }
 .BgClassName
 {
   background-color: #350c4e;
 }
</style>
border-color css

<style>
 span { border-color: #350c4e; }

 span { border-color: rgb(53,12,78); }

 td.TdClassName
 {
   border-color: #350c4e;
 }
 .TagClassName
 {
   border-color: #350c4e;
 }
</style>