#02031F

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

Shades of Black Russian #02031F

Tints of Black Russian #02031F

Color information

#02031F (or 0x02031F) is unknown color: approx Black Russian. HEX triplet: 02, 03 and 1F. RGB value is (2,3,31). Sum of RGB (Red+Green+Blue) = 2+3+31=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 31 (12.5% from 255 or 86.11% from 36); Max value from RGB is 31 - color contains mainly: blue. Hex color #02031F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02031F is #FDFCE0. Grayscale: #050505. Windows color (decimal): -16645345 or 2032386. OLE color: 2032386.

HSL color Cylindrical-coordinate representation of color #02031F: hue angle of 237.93º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #02031F is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB2331-
CMYK0.940.9000.88
HSL237.93º87.88%6.47%-
HSV(B)237.93º93.55%12.16%-
XYZ0.30.181.31-
YUV5.89142.17125.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.56%
GREEN value IS 3 (1.56% from 255) = 8.33%
BLUE value IS 31 (12.5% from 255) = 86.11%
R=5.56%
G=8.33%
B=86.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal23310.940.9000.88237.9387.886.47
Hex231F5E5A058ee586
Octal233713613201303561306
Binary1011111111011110101101001011000111011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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