Html Css Color HEX #00021F Black Russian

📋 copy color: '#00021F'

red 0 ◦ green 2 ◦ blue 31

#00021F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #00021F

Tints of Black Russian #00021F

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 value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#00021F (or 0x00021F) is known color: 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

RGB 0 2 31 -
CMYK 1 0.94 0 0.88
HSL 236.13º 1% 0.06% -
HSV(B) 236.13º 1% 0.12% -
XYZ 0.27 0.14 1.31 -
YUV 4.71 142.84 124.64 -
System Red Green Blue C M Y K H S L
Decimal 0 2 31 1 0.94 0 0.88 236.13 1 0.06
Hex 0 2 1F 64 5E 0 58 EC 64 6
Octal 0 2 37 144 136 0 130 354 144 6
Binary 0 10 11111 1100100 1011110 0 1011000 11101100 1100100 110

Color Harmonies of #00021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00021F

Black with #00021F

Text Example


Text Example

White with #00021F

Text Example


Text Example

HTML Codes & Css Web 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>