Html Css Color HEX #010712 Black Russian

📋 copy color: '#010712'

red 1 ◦ green 7 ◦ blue 18

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

Shades of Black Russian #010712

Tints of Black Russian #010712

RGB

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

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

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

R = 3.85%
G = 26.92%
B = 69.23%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#010712 (or 0x010712) is known color: Black Russian. HEX triplet: 01, 07 and 12. RGB value is (1,7,18). Sum of RGB (Red+Green+Blue) = 1+7+18=26 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.85% from 26); Green value is 7 (3.12% from 255 or 26.92% from 26); Blue value is 18 (7.42% from 255 or 69.23% from 26); Max value from RGB is 18 - color contains mainly: blue. Hex color #010712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010712 is #FEF8ED. Grayscale: #060606. Windows color (decimal): -16709870 or 1181441. OLE color: 1181441.

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

Color convert

RGB 1 7 18 -
CMYK 0.94 0.61 0 0.93
HSL 218.82º 0.89% 0.04% -
HSV(B) 218.82º 0.94% 0.07% -
XYZ 0.2 0.2 0.6 -
YUV 6.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 1 7 18 0.94 0.61 0 0.93 218.82 0.89 0.04
Hex 1 7 12 5E 3D 0 5D DB 59 4
Octal 1 7 22 136 75 0 135 333 131 4
Binary 1 111 10010 1011110 111101 0 1011101 11011011 1011001 100

Color Harmonies of #010712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010712

Black with #010712

Text Example


Text Example

White with #010712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010712; }

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

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

background-color css

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

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

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

border-color css

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

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

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