Html Css Color HEX #070B12 Black Russian

📋 copy color: '#070B12'

red 7 ◦ green 11 ◦ blue 18

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

Shades of Black Russian #070B12

Tints of Black Russian #070B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 50%

R = 19.44%
G = 30.56%
B = 50%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#070B12 (or 0x070B12) is known color: Black Russian. HEX triplet: 07, 0B and 12. RGB value is (7,11,18). Sum of RGB (Red+Green+Blue) = 7+11+18=36 (4% of max value = 765). Red value is 7 (3.12% from 255 or 19.44% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 18 (7.42% from 255 or 50% from 36); Max value from RGB is 18 - color contains mainly: blue. Hex color #070B12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070B12 is #F8F4ED. Grayscale: #0A0A0A. Windows color (decimal): -16315630 or 1182471. OLE color: 1182471.

HSL color Cylindrical-coordinate representation of color #070B12: hue angle of 218.18º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #070B12 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 7 11 18 -
CMYK 0.61 0.39 0 0.93
HSL 218.18º 0.44% 0.05% -
HSV(B) 218.18º 0.61% 0.07% -
XYZ 0.32 0.33 0.62 -
YUV 10.6 132.17 125.43 -
System Red Green Blue C M Y K H S L
Decimal 7 11 18 0.61 0.39 0 0.93 218.18 0.44 0.05
Hex 7 B 12 3D 27 0 5D DA 2C 5
Octal 7 13 22 75 47 0 135 332 54 5
Binary 111 1011 10010 111101 100111 0 1011101 11011010 101100 101

Color Harmonies of #070B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070B12

Black with #070B12

Text Example


Text Example

White with #070B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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