Html Css Color HEX #010816 Black Russian

📋 copy color: '#010816'

red 1 ◦ green 8 ◦ blue 22

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

Shades of Black Russian #010816

Tints of Black Russian #010816

RGB

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

 GREEN value IS 8 (3.52% from 255) = 25.81%

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

R = 3.23%
G = 25.81%
B = 70.97%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#010816 (or 0x010816) is known color: Black Russian. HEX triplet: 01, 08 and 16. RGB value is (1,8,22). Sum of RGB (Red+Green+Blue) = 1+8+22=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 8 (3.52% from 255 or 25.81% from 31); Blue value is 22 (8.98% from 255 or 70.97% from 31); Max value from RGB is 22 - color contains mainly: blue. Hex color #010816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010816 is #FEF7E9. Grayscale: #070707. Windows color (decimal): -16709610 or 1443841. OLE color: 1443841.

HSL color Cylindrical-coordinate representation of color #010816: hue angle of 220º 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 #010816 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 8 22 -
CMYK 0.95 0.64 0 0.91
HSL 220º 0.91% 0.05% -
HSV(B) 220º 0.95% 0.09% -
XYZ 0.24 0.24 0.79 -
YUV 7.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 1 8 22 0.95 0.64 0 0.91 220 0.91 0.05
Hex 1 8 16 5F 40 0 5B DC 5B 5
Octal 1 10 26 137 100 0 133 334 133 5
Binary 1 1000 10110 1011111 1000000 0 1011011 11011100 1011011 101

Color Harmonies of #010816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010816

Black with #010816

Text Example


Text Example

White with #010816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010816; }

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

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

background-color css

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

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

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

border-color css

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

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

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