Html Css Color HEX #02071A Black Russian

📋 copy color: '#02071A'

red 2 ◦ green 7 ◦ blue 26

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

Shades of Black Russian #02071A

Tints of Black Russian #02071A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 74.29%

R = 5.71%
G = 20%
B = 74.29%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#02071A (or 0x02071A) is known color: Black Russian. HEX triplet: 02, 07 and 1A. RGB value is (2,7,26). Sum of RGB (Red+Green+Blue) = 2+7+26=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 7 (3.12% from 255 or 20% from 35); Blue value is 26 (10.55% from 255 or 74.29% from 35); Max value from RGB is 26 - color contains mainly: blue. Hex color #02071A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02071A is #FDF8E5. Grayscale: #070707. Windows color (decimal): -16644326 or 1705730. OLE color: 1705730.

HSL color Cylindrical-coordinate representation of color #02071A: hue angle of 227.5º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #02071A is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 2 7 26 -
CMYK 0.92 0.73 0 0.90
HSL 227.5º 0.86% 0.05% -
HSV(B) 227.5º 0.92% 0.1% -
XYZ 0.29 0.24 1.01 -
YUV 7.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 2 7 26 0.92 0.73 0 0.90 227.5 0.86 0.05
Hex 2 7 1A 5C 49 0 5A E4 56 5
Octal 2 7 32 134 111 0 132 344 126 5
Binary 10 111 11010 1011100 1001001 0 1011010 11100100 1010110 101

Color Harmonies of #02071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02071A

Black with #02071A

Text Example


Text Example

White with #02071A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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