#07050C

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

Shades of Black Russian #07050C

Tints of Black Russian #07050C

Color information

#07050C (or 0x07050C) is unknown color: approx Black Russian. HEX triplet: 07, 05 and 0C. RGB value is (7,5,12). Sum of RGB (Red+Green+Blue) = 7+5+12=24 (3% of max value = 765). Red value is 7 (3.12% from 255 or 29.17% from 24); Green value is 5 (2.34% from 255 or 20.83% from 24); Blue value is 12 (5.08% from 255 or 50% from 24); Max value from RGB is 12 - color contains mainly: blue. Hex color #07050C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07050C is #F8FAF3. Grayscale: #060606. Windows color (decimal): -16317172 or 787719. OLE color: 787719.

HSL color Cylindrical-coordinate representation of color #07050C: hue angle of 257.14º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #07050C is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB7512-
CMYK0.420.5800.95
HSL257.14º41.18%3.33%-
HSV(B)257.14º58.33%4.71%-
XYZ0.210.180.37-
YUV6.4131.16128.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 29.17%
GREEN value IS 5 (2.34% from 255) = 20.83%
BLUE value IS 12 (5.08% from 255) = 50%
R=29.17%
G=20.83%
B=50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal75120.420.5800.95257.1441.183.33
Hex75C2A3A05F101293
Octal751452720137401513
Binary11110111001010101110100101111110000000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07050C; }

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

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

<style>
 a { background-color: #07050C; }

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

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

<style>
 span { border-color: #07050C; }

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

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