#00021F

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

Shades of Black Russian #00021F

Tints of Black Russian #00021F

Color information

#00021F (or 0x00021F) is unknown color: approx Black Russian. HEX triplet: 00, 02 and 1F. RGB value is (0,2,31). Sum of RGB (Red+Green+Blue) = 0+2+31=33 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 33); Green value is 2 (1.17% from 255 or 6.06% from 33); Blue value is 31 (12.5% from 255 or 93.94% from 33); Max value from RGB is 31 - color contains mainly: blue. Hex color #00021F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00021F is #FFFDE0. Grayscale: #040404. Windows color (decimal): -16776673 or 2032128. OLE color: 2032128.

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

Color convert

RGB0231-
CMYK10.9400.88
HSL236.13º100%6.08%-
HSV(B)236.13º100%12.16%-
XYZ0.270.141.31-
YUV4.71142.84124.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 2 (1.17% from 255) = 6.06%
BLUE value IS 31 (12.5% from 255) = 93.94%
R=0%
G=6.06%
B=93.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal023110.9400.88236.131006.08
Hex021F645E058ec646
Octal023714413601303541446
Binary010111111100100101111001011000111011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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