#20042F

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

Shades of Blackcurrant #20042F

Tints of Blackcurrant #20042F

Color information

#20042F (or 0x20042F) is unknown color: approx Blackcurrant. HEX triplet: 20, 04 and 2F. RGB value is (32,4,47). Sum of RGB (Red+Green+Blue) = 32+4+47=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 47 (18.75% from 255 or 56.63% from 83); Max value from RGB is 47 - color contains mainly: blue. Hex color #20042F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20042F is #DFFBD0. Grayscale: #111111. Windows color (decimal): -14678993 or 3081248. OLE color: 3081248.

HSL color Cylindrical-coordinate representation of color #20042F: hue angle of 279.07º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20042F is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB32447-
CMYK0.320.9100.82
HSL279.07º84.31%10%-
HSV(B)279.07º91.49%18.43%-
XYZ1.150.62.74-
YUV17.27144.78138.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 38.55%
GREEN value IS 4 (1.95% from 255) = 4.82%
BLUE value IS 47 (18.75% from 255) = 56.63%
R=38.55%
G=4.82%
B=56.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal324470.320.9100.82279.0784.3110
Hex2042F205B05211754a
Octal4045740133012242712412
Binary10000010010111110000010110110101001010001011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20042F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20042F; }

 p { color: rgb(32,4,47); }

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

<style>
 a { background-color: #20042F; }

 a { background-color: rgb(32,4,47); }

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

<style>
 span { border-color: #20042F; }

 span { border-color: rgb(32,4,47); }

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