Html Css Color HEX #02071C Black Russian

📋 copy color: '#02071C'

red 2 ◦ green 7 ◦ blue 28

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

Shades of Black Russian #02071C

Tints of Black Russian #02071C

RGB

 RED value IS 2 (1.17% from 255) = 5.41%

 GREEN value IS 7 (3.13% from 255) = 18.92%

 BLUE value IS 28 (11.33% from 255) = 75.68%

R = 5.41%
G = 18.92%
B = 75.68%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#02071C (or 0x02071C) is known color: Black Russian. HEX triplet: 02, 07 and 1C. RGB value is (2,7,28). Sum of RGB (Red+Green+Blue) = 2+7+28=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 7 (3.12% from 255 or 18.92% from 37); Blue value is 28 (11.33% from 255 or 75.68% from 37); Max value from RGB is 28 - color contains mainly: blue. Hex color #02071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02071C is #FDF8E3. Grayscale: #070707. Windows color (decimal): -16644324 or 1836802. OLE color: 1836802.

HSL color Cylindrical-coordinate representation of color #02071C: hue angle of 228.46º 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 #02071C is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 2 7 28 -
CMYK 0.93 0.75 0 0.89
HSL 228.46º 0.87% 0.06% -
HSV(B) 228.46º 0.93% 0.11% -
XYZ 0.31 0.25 1.13 -
YUV 7.9 139.34 123.79 -
System Red Green Blue C M Y K H S L
Decimal 2 7 28 0.93 0.75 0 0.89 228.46 0.87 0.06
Hex 2 7 1C 5D 4B 0 59 E4 57 6
Octal 2 7 34 135 113 0 131 344 127 6
Binary 10 111 11100 1011101 1001011 0 1011001 11100100 1010111 110

Color Harmonies of #02071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02071C

Black with #02071C

Text Example


Text Example

White with #02071C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02071C; }

 p { color: rgb(2,7,28); }

 H1.HeaderClassName
 {
   color: #02071C;
 }
 .AnyTagClassName
 {
   color: #02071C;
 }
</style>

background-color css

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

 a { background-color: rgb(2,7,28); }

 div.DivClassName
 {
   background-color: #02071C;
 }
 .BgClassName
 {
   background-color: #02071C;
 }
</style>

border-color css

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

 span { border-color: rgb(2,7,28); }

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