#20023B

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

Shades of Blackcurrant #20023B

Tints of Blackcurrant #20023B

Color information

#20023B (or 0x20023B) is unknown color: approx Blackcurrant. HEX triplet: 20, 02 and 3B. RGB value is (32,2,59). Sum of RGB (Red+Green+Blue) = 32+2+59=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 59 (23.44% from 255 or 63.44% from 93); Max value from RGB is 59 - color contains mainly: blue. Hex color #20023B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20023B is #DFFDC4. Grayscale: #111111. Windows color (decimal): -14679493 or 3867168. OLE color: 3867168.

HSL color Cylindrical-coordinate representation of color #20023B: hue angle of 271.58º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20023B is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB32259-
CMYK0.460.9700.77
HSL271.58º93.44%11.96%-
HSV(B)271.58º96.61%23.14%-
XYZ1.410.674.19-
YUV17.47151.44138.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.41%
GREEN value IS 2 (1.17% from 255) = 2.15%
BLUE value IS 59 (23.44% from 255) = 63.44%
R=34.41%
G=2.15%
B=63.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal322590.460.9700.77271.5893.4411.96
Hex2023B2E6104D1105dc
Octal4027356141011542013514
Binary1000001011101110111011000010100110110001000010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20023B; }

 p { color: rgb(32,2,59); }

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

<style>
 a { background-color: #20023B; }

 a { background-color: rgb(32,2,59); }

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

<style>
 span { border-color: #20023B; }

 span { border-color: rgb(32,2,59); }

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