Html Css Color HEX #010116 Black Russian

📋 copy color: '#010116'

red 1 ◦ green 1 ◦ blue 22

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

Shades of Black Russian #010116

Tints of Black Russian #010116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 91.67%

R = 4.17%
G = 4.17%
B = 91.67%

CMYK

 C value IS 0.95

 M value IS 0.95

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#010116 (or 0x010116) is known color: Black Russian. HEX triplet: 01, 01 and 16. RGB value is (1,1,22). Sum of RGB (Red+Green+Blue) = 1+1+22=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 1 (0.78% from 255 or 4.17% from 24); Blue value is 22 (8.98% from 255 or 91.67% from 24); Max value from RGB is 22 - color contains mainly: blue. Hex color #010116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010116 is #FEFEE9. Grayscale: #030303. Windows color (decimal): -16711402 or 1442049. OLE color: 1442049.

HSL color Cylindrical-coordinate representation of color #010116: hue angle of 240º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010116 is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 1 22 -
CMYK 0.95 0.95 0 0.91
HSL 240º 0.91% 0.05% -
HSV(B) 240º 0.95% 0.09% -
XYZ 0.17 0.09 0.77 -
YUV 3.39 138.5 126.29 -
System Red Green Blue C M Y K H S L
Decimal 1 1 22 0.95 0.95 0 0.91 240 0.91 0.05
Hex 1 1 16 5F 5F 0 5B F0 5B 5
Octal 1 1 26 137 137 0 133 360 133 5
Binary 1 1 10110 1011111 1011111 0 1011011 11110000 1011011 101

Color Harmonies of #010116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010116

Black with #010116

Text Example


Text Example

White with #010116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010116; }

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

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

background-color css

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

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

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

border-color css

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

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

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