#35183E

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

Shades of Blackcurrant #35183E

Tints of Blackcurrant #35183E

Color information

#35183E (or 0x35183E) is unknown color: approx Blackcurrant. HEX triplet: 35, 18 and 3E. RGB value is (53,24,62). Sum of RGB (Red+Green+Blue) = 53+24+62=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 62 (24.61% from 255 or 44.60% from 139); Max value from RGB is 62 - color contains mainly: blue. Hex color #35183E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35183E is #CAE7C1. Grayscale: #242424. Windows color (decimal): -13297602 or 4069429. OLE color: 4069429.

HSL color Cylindrical-coordinate representation of color #35183E: hue angle of 285.79º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #35183E is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB532462-
CMYK0.150.6100.76
HSL285.79º44.19%16.86%-
HSV(B)285.79º61.29%24.31%-
XYZ2.661.764.76-
YUV37142.11139.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.13%
GREEN value IS 24 (9.77% from 255) = 17.27%
BLUE value IS 62 (24.61% from 255) = 44.60%
R=38.13%
G=17.27%
B=44.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5324620.150.6100.76285.7944.1916.86
Hex35183EF3D04C11e2c11
Octal653076177501144365421
Binary1101011100011111011111111010100110010001111010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35183E; }

 p { color: rgb(53,24,62); }

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

<style>
 a { background-color: #35183E; }

 a { background-color: rgb(53,24,62); }

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

<style>
 span { border-color: #35183E; }

 span { border-color: rgb(53,24,62); }

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