#35163B

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

Shades of Blackcurrant #35163B

Tints of Blackcurrant #35163B

Color information

#35163B (or 0x35163B) is unknown color: approx Blackcurrant. HEX triplet: 35, 16 and 3B. RGB value is (53,22,59). Sum of RGB (Red+Green+Blue) = 53+22+59=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 59 - color contains mainly: blue. Hex color #35163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35163B is #CAE9C4. Grayscale: #232323. Windows color (decimal): -13298117 or 3872309. OLE color: 3872309.

HSL color Cylindrical-coordinate representation of color #35163B: hue angle of 290.27º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35163B is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB532259-
CMYK0.100.6300.77
HSL290.27º45.68%15.88%-
HSV(B)290.27º62.71%23.14%-
XYZ2.541.654.32-
YUV35.49141.27140.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.55%
GREEN value IS 22 (8.98% from 255) = 16.42%
BLUE value IS 59 (23.44% from 255) = 44.03%
R=39.55%
G=16.42%
B=44.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5322590.100.6300.77290.2745.6815.88
Hex35163BA3F04D1222e10
Octal652673127701154425620
Binary1101011011011101110101111110100110110010001010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35163B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35163B; }

 p { color: rgb(53,22,59); }

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

<style>
 a { background-color: #35163B; }

 a { background-color: rgb(53,22,59); }

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

<style>
 span { border-color: #35163B; }

 span { border-color: rgb(53,22,59); }

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