#070C24

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

Shades of Black Russian #070C24

Tints of Black Russian #070C24

Color information

#070C24 (or 0x070C24) is unknown color: approx Black Russian. HEX triplet: 07, 0C and 24. RGB value is (7,12,36). Sum of RGB (Red+Green+Blue) = 7+12+36=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 36 (14.45% from 255 or 65.45% from 55); Max value from RGB is 36 - color contains mainly: blue. Hex color #070C24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070C24 is #F8F3DB. Grayscale: #0D0D0D. Windows color (decimal): -16315356 or 2362375. OLE color: 2362375.

HSL color Cylindrical-coordinate representation of color #070C24: hue angle of 229.66º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #070C24 is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB71236-
CMYK0.810.6700.86
HSL229.66º67.44%8.43%-
HSV(B)229.66º80.56%14.12%-
XYZ0.540.441.72-
YUV13.24140.84123.55-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.73%
GREEN value IS 12 (5.08% from 255) = 21.82%
BLUE value IS 36 (14.45% from 255) = 65.45%
R=12.73%
G=21.82%
B=65.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal712360.810.6700.86229.6667.448.43
Hex7C245143056e6438
Octal71444121103012634610310
Binary111110010010010100011000011010101101110011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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