Html Css Color HEX #010210 Black Russian

📋 copy color: '#010210'

red 1 ◦ green 2 ◦ blue 16

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

Shades of Black Russian #010210

Tints of Black Russian #010210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 84.21%

R = 5.26%
G = 10.53%
B = 84.21%

CMYK

 C value IS 0.94

 M value IS 0.87

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#010210 (or 0x010210) is known color: Black Russian. HEX triplet: 01, 02 and 10. RGB value is (1,2,16). Sum of RGB (Red+Green+Blue) = 1+2+16=19 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.26% from 19); Green value is 2 (1.17% from 255 or 10.53% from 19); Blue value is 16 (6.64% from 255 or 84.21% from 19); Max value from RGB is 16 - color contains mainly: blue. Hex color #010210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010210 is #FEFDEF. Grayscale: #030303. Windows color (decimal): -16711152 or 1049089. OLE color: 1049089.

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

Color convert

RGB 1 2 16 -
CMYK 0.94 0.87 0 0.94
HSL 236º 0.88% 0.03% -
HSV(B) 236º 0.94% 0.06% -
XYZ 0.13 0.09 0.5 -
YUV 3.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 1 2 16 0.94 0.87 0 0.94 236 0.88 0.03
Hex 1 2 10 5E 57 0 5E EC 58 3
Octal 1 2 20 136 127 0 136 354 130 3
Binary 1 10 10000 1011110 1010111 0 1011110 11101100 1011000 11

Color Harmonies of #010210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010210

Black with #010210

Text Example


Text Example

White with #010210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010210; }

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

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

background-color css

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

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

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

border-color css

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

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

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