Html Css Color HEX #02010F Black Russian

📋 copy color: '#02010F'

red 2 ◦ green 1 ◦ blue 15

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

Shades of Black Russian #02010F

Tints of Black Russian #02010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 5.56%

 BLUE value IS 15 (6.25% from 255) = 83.33%

R = 11.11%
G = 5.56%
B = 83.33%

CMYK

 C value IS 0.87

 M value IS 0.93

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#02010F (or 0x02010F) is known color: Black Russian. HEX triplet: 02, 01 and 0F. RGB value is (2,1,15). Sum of RGB (Red+Green+Blue) = 2+1+15=18 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.11% from 18); Green value is 1 (0.78% from 255 or 5.56% from 18); Blue value is 15 (6.25% from 255 or 83.33% from 18); Max value from RGB is 15 - color contains mainly: blue. Hex color #02010F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02010F is #FDFEF0. Grayscale: #020202. Windows color (decimal): -16645873 or 983298. OLE color: 983298.

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

Color convert

RGB 2 1 15 -
CMYK 0.87 0.93 0 0.94
HSL 244.29º 0.88% 0.03% -
HSV(B) 244.29º 0.93% 0.06% -
XYZ 0.12 0.07 0.46 -
YUV 2.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 2 1 15 0.87 0.93 0 0.94 244.29 0.88 0.03
Hex 2 1 F 57 5D 0 5E F4 58 3
Octal 2 1 17 127 135 0 136 364 130 3
Binary 10 1 1111 1010111 1011101 0 1011110 11110100 1011000 11

Color Harmonies of #02010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02010F

Black with #02010F

Text Example


Text Example

White with #02010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,1,15); }

 H1.HeaderClassName
 {
   color: #02010F;
 }
 .AnyTagClassName
 {
   color: #02010F;
 }
</style>

background-color css

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

 a { background-color: rgb(2,1,15); }

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

border-color css

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

 span { border-color: rgb(2,1,15); }

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