Html Css Color HEX #070716 Black Russian

📋 copy color: '#070716'

red 7 ◦ green 7 ◦ blue 22

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

Shades of Black Russian #070716

Tints of Black Russian #070716

RGB

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

 GREEN value IS 7 (3.13% from 255) = 19.44%

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

R = 19.44%
G = 19.44%
B = 61.11%

CMYK

 C value IS 0.68

 M value IS 0.68

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#070716 (or 0x070716) is known color: Black Russian. HEX triplet: 07, 07 and 16. RGB value is (7,7,22). Sum of RGB (Red+Green+Blue) = 7+7+22=36 (4% of max value = 765). Red value is 7 (3.12% from 255 or 19.44% from 36); Green value is 7 (3.12% from 255 or 19.44% from 36); Blue value is 22 (8.98% from 255 or 61.11% from 36); Max value from RGB is 22 - color contains mainly: blue. Hex color #070716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070716 is #F8F8E9. Grayscale: #080808. Windows color (decimal): -16316650 or 1443591. OLE color: 1443591.

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

Color convert

RGB 7 7 22 -
CMYK 0.68 0.68 0 0.91
HSL 240º 0.52% 0.06% -
HSV(B) 240º 0.68% 0.09% -
XYZ 0.31 0.26 0.79 -
YUV 8.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 7 7 22 0.68 0.68 0 0.91 240 0.52 0.06
Hex 7 7 16 44 44 0 5B F0 34 6
Octal 7 7 26 104 104 0 133 360 64 6
Binary 111 111 10110 1000100 1000100 0 1011011 11110000 110100 110

Color Harmonies of #070716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070716

Black with #070716

Text Example


Text Example

White with #070716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070716; }

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

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

background-color css

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

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

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

border-color css

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

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

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