Html Css Color HEX #010211 Black Russian

📋 copy color: '#010211'

red 1 ◦ green 2 ◦ blue 17

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

Shades of Black Russian #010211

Tints of Black Russian #010211

RGB

 RED value IS 1 (0.78% from 255) = 5%

 GREEN value IS 2 (1.17% from 255) = 10%

 BLUE value IS 17 (7.03% from 255) = 85%

R = 5%
G = 10%
B = 85%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#010211 (or 0x010211) is known color: Black Russian. HEX triplet: 01, 02 and 11. RGB value is (1,2,17). Sum of RGB (Red+Green+Blue) = 1+2+17=20 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5% from 20); Green value is 2 (1.17% from 255 or 10% from 20); Blue value is 17 (7.03% from 255 or 85% from 20); Max value from RGB is 17 - color contains mainly: blue. Hex color #010211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010211 is #FEFDEE. Grayscale: #030303. Windows color (decimal): -16711151 or 1114625. OLE color: 1114625.

HSL color Cylindrical-coordinate representation of color #010211: hue angle of 236.25º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #010211 is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 1 2 17 -
CMYK 0.94 0.88 0 0.93
HSL 236.25º 0.89% 0.04% -
HSV(B) 236.25º 0.94% 0.07% -
XYZ 0.14 0.09 0.54 -
YUV 3.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 1 2 17 0.94 0.88 0 0.93 236.25 0.89 0.04
Hex 1 2 11 5E 58 0 5D EC 59 4
Octal 1 2 21 136 130 0 135 354 131 4
Binary 1 10 10001 1011110 1011000 0 1011101 11101100 1011001 100

Color Harmonies of #010211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010211

Black with #010211

Text Example


Text Example

White with #010211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010211; }

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

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

background-color css

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

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

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

border-color css

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

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

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