#070C18

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

Shades of Black Russian #070C18

Tints of Black Russian #070C18

Color information

#070C18 (or 0x070C18) is unknown color: approx Black Russian. HEX triplet: 07, 0C and 18. RGB value is (7,12,24). Sum of RGB (Red+Green+Blue) = 7+12+24=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 12 (5.08% from 255 or 27.91% from 43); Blue value is 24 (9.77% from 255 or 55.81% from 43); Max value from RGB is 24 - color contains mainly: blue. Hex color #070C18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070C18 is #F8F3E7. Grayscale: #0B0B0B. Windows color (decimal): -16315368 or 1575943. OLE color: 1575943.

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

Color convert

RGB71224-
CMYK0.710.5000.91
HSL222.35º54.84%6.08%-
HSV(B)222.35º70.83%9.41%-
XYZ0.380.370.92-
YUV11.87134.84124.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 16.28%
GREEN value IS 12 (5.08% from 255) = 27.91%
BLUE value IS 24 (9.77% from 255) = 55.81%
R=16.28%
G=27.91%
B=55.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal712240.710.5000.91222.3554.846.08
Hex7C18473205Bde376
Octal71430107620133336676
Binary11111001100010001111100100101101111011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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