Html Css Color HEX #010112 Black Russian

📋 copy color: '#010112'

red 1 ◦ green 1 ◦ blue 18

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

Shades of Black Russian #010112

Tints of Black Russian #010112

RGB

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

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

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

R = 5%
G = 5%
B = 90%

CMYK

 C value IS 0.94

 M value IS 0.94

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#010112 (or 0x010112) is known color: Black Russian. HEX triplet: 01, 01 and 12. RGB value is (1,1,18). Sum of RGB (Red+Green+Blue) = 1+1+18=20 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5% from 20); Green value is 1 (0.78% from 255 or 5% from 20); Blue value is 18 (7.42% from 255 or 90% from 20); Max value from RGB is 18 - color contains mainly: blue. Hex color #010112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010112 is #FEFEED. Grayscale: #020202. Windows color (decimal): -16711406 or 1179905. OLE color: 1179905.

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

Color convert

RGB 1 1 18 -
CMYK 0.94 0.94 0 0.93
HSL 240º 0.89% 0.04% -
HSV(B) 240º 0.94% 0.07% -
XYZ 0.13 0.07 0.58 -
YUV 2.94 136.5 126.62 -
System Red Green Blue C M Y K H S L
Decimal 1 1 18 0.94 0.94 0 0.93 240 0.89 0.04
Hex 1 1 12 5E 5E 0 5D F0 59 4
Octal 1 1 22 136 136 0 135 360 131 4
Binary 1 1 10010 1011110 1011110 0 1011101 11110000 1011001 100

Color Harmonies of #010112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010112

Black with #010112

Text Example


Text Example

White with #010112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010112; }

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

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

background-color css

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

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

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

border-color css

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

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

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