#36203C

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

Shades of Blackcurrant #36203C

Tints of Blackcurrant #36203C

Color information

#36203C (or 0x36203C) is unknown color: approx Blackcurrant. HEX triplet: 36, 20 and 3C. RGB value is (54,32,60). Sum of RGB (Red+Green+Blue) = 54+32+60=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 60 - color contains mainly: blue. Hex color #36203C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36203C is #C9DFC3. Grayscale: #292929. Windows color (decimal): -13230020 or 3940406. OLE color: 3940406.

HSL color Cylindrical-coordinate representation of color #36203C: hue angle of 287.14º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #36203C is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB543260-
CMYK0.100.4700.76
HSL287.14º30.43%18.04%-
HSV(B)287.14º46.67%23.53%-
XYZ2.852.144.54-
YUV41.77138.29136.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.99%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 60 (23.83% from 255) = 41.10%
R=36.99%
G=21.92%
B=41.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5432600.100.4700.76287.1430.4318.04
Hex36203CA2F04C11f1e12
Octal664074125701144373622
Binary1101101000001111001010101111010011001000111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,32,60); }

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

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

 a { background-color: rgb(54,32,60); }

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

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

 span { border-color: rgb(54,32,60); }

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