#02031D

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

Shades of Black Russian #02031D

Tints of Black Russian #02031D

Color information

#02031D (or 0x02031D) is unknown color: approx Black Russian. HEX triplet: 02, 03 and 1D. RGB value is (2,3,29). Sum of RGB (Red+Green+Blue) = 2+3+29=34 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.88% from 34); Green value is 3 (1.56% from 255 or 8.82% from 34); Blue value is 29 (11.72% from 255 or 85.29% from 34); Max value from RGB is 29 - color contains mainly: blue. Hex color #02031D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02031D is #FDFCE2. Grayscale: #050505. Windows color (decimal): -16645347 or 1901314. OLE color: 1901314.

HSL color Cylindrical-coordinate representation of color #02031D: hue angle of 237.78º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #02031D is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB2329-
CMYK0.930.9000.89
HSL237.78º87.1%6.08%-
HSV(B)237.78º93.1%11.37%-
XYZ0.280.171.18-
YUV5.66141.17125.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.88%
GREEN value IS 3 (1.56% from 255) = 8.82%
BLUE value IS 29 (11.72% from 255) = 85.29%
R=5.88%
G=8.82%
B=85.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal23290.930.9000.89237.7887.16.08
Hex231D5D5A059ee576
Octal233513513201313561276
Binary1011111011011101101101001011001111011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02031D; }

 p { color: rgb(2,3,29); }

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

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

 a { background-color: rgb(2,3,29); }

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

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

 span { border-color: rgb(2,3,29); }

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