#35163C

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

Shades of Blackcurrant #35163C

Tints of Blackcurrant #35163C

Color information

#35163C (or 0x35163C) is unknown color: approx Blackcurrant. HEX triplet: 35, 16 and 3C. RGB value is (53,22,60). Sum of RGB (Red+Green+Blue) = 53+22+60=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 60 - color contains mainly: blue. Hex color #35163C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35163C is #CAE9C3. Grayscale: #232323. Windows color (decimal): -13298116 or 3937845. OLE color: 3937845.

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

Color convert

RGB532260-
CMYK0.120.6300.76
HSL288.95º46.34%16.08%-
HSV(B)288.95º63.33%23.53%-
XYZ2.571.664.46-
YUV35.6141.77140.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.26%
GREEN value IS 22 (8.98% from 255) = 16.30%
BLUE value IS 60 (23.83% from 255) = 44.44%
R=39.26%
G=16.30%
B=44.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5322600.120.6300.76288.9546.3416.08
Hex35163CC3F04C1212e10
Octal652674147701144415620
Binary1101011011011110011001111110100110010010000110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35163C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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