Html Css Color HEX #070B18 Black Russian

📋 copy color: '#070B18'

red 7 ◦ green 11 ◦ blue 24

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

Shades of Black Russian #070B18

Tints of Black Russian #070B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 57.14%

R = 16.67%
G = 26.19%
B = 57.14%

CMYK

 C value IS 0.71

 M value IS 0.54

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#070B18 (or 0x070B18) is known color: Black Russian. HEX triplet: 07, 0B and 18. RGB value is (7,11,24). Sum of RGB (Red+Green+Blue) = 7+11+24=42 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.67% from 42); Green value is 11 (4.69% from 255 or 26.19% from 42); Blue value is 24 (9.77% from 255 or 57.14% from 42); Max value from RGB is 24 - color contains mainly: blue. Hex color #070B18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070B18 is #F8F4E7. Grayscale: #0B0B0B. Windows color (decimal): -16315624 or 1575687. OLE color: 1575687.

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

Color convert

RGB 7 11 24 -
CMYK 0.71 0.54 0 0.91
HSL 225.88º 0.55% 0.06% -
HSV(B) 225.88º 0.71% 0.09% -
XYZ 0.37 0.35 0.91 -
YUV 11.29 135.17 124.94 -
System Red Green Blue C M Y K H S L
Decimal 7 11 24 0.71 0.54 0 0.91 225.88 0.55 0.06
Hex 7 B 18 47 36 0 5B E2 37 6
Octal 7 13 30 107 66 0 133 342 67 6
Binary 111 1011 11000 1000111 110110 0 1011011 11100010 110111 110

Color Harmonies of #070B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070B18

Black with #070B18

Text Example


Text Example

White with #070B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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