Html Css Color HEX #070116 Black Russian

📋 copy color: '#070116'

red 7 ◦ green 1 ◦ blue 22

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

Shades of Black Russian #070116

Tints of Black Russian #070116

RGB

 RED value IS 7 (3.13% from 255) = 23.33%

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

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

R = 23.33%
G = 3.33%
B = 73.33%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#070116 (or 0x070116) is known color: Black Russian. HEX triplet: 07, 01 and 16. RGB value is (7,1,22). Sum of RGB (Red+Green+Blue) = 7+1+22=30 (3% of max value = 765). Red value is 7 (3.12% from 255 or 23.33% from 30); Green value is 1 (0.78% from 255 or 3.33% from 30); Blue value is 22 (8.98% from 255 or 73.33% from 30); Max value from RGB is 22 - color contains mainly: blue. Hex color #070116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070116 is #F8FEE9. Grayscale: #050505. Windows color (decimal): -16318186 or 1442055. OLE color: 1442055.

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

Color convert

RGB 7 1 22 -
CMYK 0.68 0.95 0 0.91
HSL 257.14º 0.91% 0.05% -
HSV(B) 257.14º 0.95% 0.09% -
XYZ 0.24 0.12 0.77 -
YUV 5.19 137.49 129.29 -
System Red Green Blue C M Y K H S L
Decimal 7 1 22 0.68 0.95 0 0.91 257.14 0.91 0.05
Hex 7 1 16 44 5F 0 5B 101 5B 5
Octal 7 1 26 104 137 0 133 401 133 5
Binary 111 1 10110 1000100 1011111 0 1011011 100000001 1011011 101

Color Harmonies of #070116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070116

Black with #070116

Text Example


Text Example

White with #070116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070116; }

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

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

background-color css

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

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

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

border-color css

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

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

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