#020023

Color #020023 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #020023

Tints of Black Russian #020023

Color information

#020023 (or 0x020023) is unknown color: approx Black Russian. HEX triplet: 02, 00 and 23. RGB value is (2,0,35). Sum of RGB (Red+Green+Blue) = 2+0+35=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 35 (14.06% from 255 or 94.59% from 37); Max value from RGB is 35 - color contains mainly: blue. Hex color #020023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020023 is #FDFFDC. Grayscale: #040404. Windows color (decimal): -16646109 or 2293762. OLE color: 2293762.

HSL color Cylindrical-coordinate representation of color #020023: hue angle of 243.43º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020023 is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB2035-
CMYK0.94100.86
HSL243.43º100%6.86%-
HSV(B)243.43º100%13.73%-
XYZ0.330.131.6-
YUV4.59145.16126.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 35 (14.06% from 255) = 94.59%
R=5.41%
G=0%
B=94.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal20350.94100.86243.431006.86
Hex20235E64056f3647
Octal204313614401263631447
Binary1001000111011110110010001010110111100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020023; }

 p { color: rgb(2,0,35); }

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

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

 a { background-color: rgb(2,0,35); }

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

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

 span { border-color: rgb(2,0,35); }

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