#20033C

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

Shades of Blackcurrant #20033C

Tints of Blackcurrant #20033C

Color information

#20033C (or 0x20033C) is unknown color: approx Blackcurrant. HEX triplet: 20, 03 and 3C. RGB value is (32,3,60). Sum of RGB (Red+Green+Blue) = 32+3+60=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 60 (23.83% from 255 or 63.16% from 95); Max value from RGB is 60 - color contains mainly: blue. Hex color #20033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20033C is #DFFCC3. Grayscale: #111111. Windows color (decimal): -14679236 or 3932960. OLE color: 3932960.

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

Color convert

RGB32360-
CMYK0.470.9500.76
HSL270.53º90.48%12.35%-
HSV(B)270.53º95%23.53%-
XYZ1.440.74.33-
YUV18.17151.61137.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.68%
GREEN value IS 3 (1.56% from 255) = 3.16%
BLUE value IS 60 (23.83% from 255) = 63.16%
R=33.68%
G=3.16%
B=63.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal323600.470.9500.76270.5390.4812.35
Hex2033C2F5F04C10f5ac
Octal4037457137011441713214
Binary1000001111110010111110111110100110010000111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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