Html Css Color HEX #010612 Black Russian

📋 copy color: '#010612'

red 1 ◦ green 6 ◦ blue 18

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

Shades of Black Russian #010612

Tints of Black Russian #010612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 24%

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

R = 4%
G = 24%
B = 72%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#010612 (or 0x010612) is known color: Black Russian. HEX triplet: 01, 06 and 12. RGB value is (1,6,18). Sum of RGB (Red+Green+Blue) = 1+6+18=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 6 (2.73% from 255 or 24% from 25); Blue value is 18 (7.42% from 255 or 72% from 25); Max value from RGB is 18 - color contains mainly: blue. Hex color #010612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010612 is #FEF9ED. Grayscale: #050505. Windows color (decimal): -16710126 or 1181185. OLE color: 1181185.

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

Color convert

RGB 1 6 18 -
CMYK 0.94 0.67 0 0.93
HSL 222.35º 0.89% 0.04% -
HSV(B) 222.35º 0.94% 0.07% -
XYZ 0.19 0.18 0.6 -
YUV 5.87 134.84 124.52 -
System Red Green Blue C M Y K H S L
Decimal 1 6 18 0.94 0.67 0 0.93 222.35 0.89 0.04
Hex 1 6 12 5E 43 0 5D DE 59 4
Octal 1 6 22 136 103 0 135 336 131 4
Binary 1 110 10010 1011110 1000011 0 1011101 11011110 1011001 100

Color Harmonies of #010612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010612

Black with #010612

Text Example


Text Example

White with #010612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010612; }

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

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

background-color css

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

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

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

border-color css

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

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

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