Html Css Color HEX #070B16 Black Russian

📋 copy color: '#070B16'

red 7 ◦ green 11 ◦ blue 22

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

Shades of Black Russian #070B16

Tints of Black Russian #070B16

RGB

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

 GREEN value IS 11 (4.69% from 255) = 27.5%

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

R = 17.5%
G = 27.5%
B = 55%

CMYK

 C value IS 0.68

 M value IS 0.5

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#070B16 (or 0x070B16) is known color: Black Russian. HEX triplet: 07, 0B and 16. RGB value is (7,11,22). Sum of RGB (Red+Green+Blue) = 7+11+22=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 22 (8.98% from 255 or 55% from 40); Max value from RGB is 22 - color contains mainly: blue. Hex color #070B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070B16 is #F8F4E9. Grayscale: #0B0B0B. Windows color (decimal): -16315626 or 1444615. OLE color: 1444615.

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

Color convert

RGB 7 11 22 -
CMYK 0.68 0.5 0 0.91
HSL 224º 0.52% 0.06% -
HSV(B) 224º 0.68% 0.09% -
XYZ 0.35 0.34 0.81 -
YUV 11.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 7 11 22 0.68 0.5 0 0.91 224 0.52 0.06
Hex 7 B 16 44 32 0 5B E0 34 6
Octal 7 13 26 104 62 0 133 340 64 6
Binary 111 1011 10110 1000100 110010 0 1011011 11100000 110100 110

Color Harmonies of #070B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070B16

Black with #070B16

Text Example


Text Example

White with #070B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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