#070B18

Color #070B18 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #070B18

Tints of Black Russian #070B18

Color information

#070B18 (or 0x070B18) is unknown color: approx 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

RGB71124-
CMYK0.710.5400.91
HSL225.88º54.84%6.08%-
HSV(B)225.88º70.83%9.41%-
XYZ0.370.350.91-
YUV11.29135.17124.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% 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 (Cyan) values IS 0.71
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal711240.710.5400.91225.8854.846.08
Hex7B18473605Be2376
Octal71330107660133342676
Binary11110111100010001111101100101101111100010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>