#070A18

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

Shades of Black Russian #070A18

Tints of Black Russian #070A18

Color information

#070A18 (or 0x070A18) is unknown color: approx Black Russian. HEX triplet: 07, 0A and 18. RGB value is (7,10,24). Sum of RGB (Red+Green+Blue) = 7+10+24=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 10 (4.30% from 255 or 24.39% from 41); Blue value is 24 (9.77% from 255 or 58.54% from 41); Max value from RGB is 24 - color contains mainly: blue. Hex color #070A18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070A18 is #F8F5E7. Grayscale: #0A0A0A. Windows color (decimal): -16315880 or 1575431. OLE color: 1575431.

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

Color convert

RGB71024-
CMYK0.710.5800.91
HSL229.41º54.84%6.08%-
HSV(B)229.41º70.83%9.41%-
XYZ0.360.330.91-
YUV10.7135.51125.36-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.07%
GREEN value IS 10 (4.30% from 255) = 24.39%
BLUE value IS 24 (9.77% from 255) = 58.54%
R=17.07%
G=24.39%
B=58.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal710240.710.5800.91229.4154.846.08
Hex7A18473A05Be5376
Octal71230107720133345676
Binary11110101100010001111110100101101111100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #070A18;
 }
 .AnyTagClassName
 {
   color: #070A18;
 }
</style>
background-color css

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

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

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

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

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

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