Html Css Color HEX #010212 Black Russian

📋 copy color: '#010212'

red 1 ◦ green 2 ◦ blue 18

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

Shades of Black Russian #010212

Tints of Black Russian #010212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 85.71%

R = 4.76%
G = 9.52%
B = 85.71%

CMYK

 C value IS 0.94

 M value IS 0.89

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#010212 (or 0x010212) is known color: Black Russian. HEX triplet: 01, 02 and 12. RGB value is (1,2,18). Sum of RGB (Red+Green+Blue) = 1+2+18=21 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.76% from 21); Green value is 2 (1.17% from 255 or 9.52% from 21); Blue value is 18 (7.42% from 255 or 85.71% from 21); Max value from RGB is 18 - color contains mainly: blue. Hex color #010212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010212 is #FEFDED. Grayscale: #030303. Windows color (decimal): -16711150 or 1180161. OLE color: 1180161.

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

Color convert

RGB 1 2 18 -
CMYK 0.94 0.89 0 0.93
HSL 236.47º 0.89% 0.04% -
HSV(B) 236.47º 0.94% 0.07% -
XYZ 0.14 0.09 0.58 -
YUV 3.53 136.17 126.2 -
System Red Green Blue C M Y K H S L
Decimal 1 2 18 0.94 0.89 0 0.93 236.47 0.89 0.04
Hex 1 2 12 5E 59 0 5D EC 59 4
Octal 1 2 22 136 131 0 135 354 131 4
Binary 1 10 10010 1011110 1011001 0 1011101 11101100 1011001 100

Color Harmonies of #010212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010212

Black with #010212

Text Example


Text Example

White with #010212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010212; }

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

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

background-color css

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

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

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

border-color css

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

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

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