#20032A

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

Shades of Blackcurrant #20032A

Tints of Blackcurrant #20032A

Color information

#20032A (or 0x20032A) is unknown color: approx Blackcurrant. HEX triplet: 20, 03 and 2A. RGB value is (32,3,42). Sum of RGB (Red+Green+Blue) = 32+3+42=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 42 (16.80% from 255 or 54.55% from 77); Max value from RGB is 42 - color contains mainly: blue. Hex color #20032A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20032A is #DFFCD5. Grayscale: #0F0F0F. Windows color (decimal): -14679254 or 2753312. OLE color: 2753312.

HSL color Cylindrical-coordinate representation of color #20032A: hue angle of 284.62º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20032A is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB32342-
CMYK0.240.9300.84
HSL284.62º86.67%8.82%-
HSV(B)284.62º92.86%16.47%-
XYZ1.050.542.24-
YUV16.12142.61139.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.56%
GREEN value IS 3 (1.56% from 255) = 3.90%
BLUE value IS 42 (16.80% from 255) = 54.55%
R=41.56%
G=3.90%
B=54.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal323420.240.9300.84284.6286.678.82
Hex2032A185D05411d579
Octal4035230135012443512711
Binary100000111010101100010111010101010010001110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20032A; }

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

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

<style>
 a { background-color: #20032A; }

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

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

<style>
 span { border-color: #20032A; }

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

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