#05070C

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

Shades of Black Russian #05070C

Tints of Black Russian #05070C

Color information

#05070C (or 0x05070C) is unknown color: approx Black Russian. HEX triplet: 05, 07 and 0C. RGB value is (5,7,12). Sum of RGB (Red+Green+Blue) = 5+7+12=24 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20.83% from 24); Green value is 7 (3.12% from 255 or 29.17% 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 #05070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05070C is #FAF8F3. Grayscale: #060606. Windows color (decimal): -16447732 or 788229. OLE color: 788229.

HSL color Cylindrical-coordinate representation of color #05070C: hue angle of 222.86º 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 #05070C is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB5712-
CMYK0.580.4200.95
HSL222.86º41.18%3.33%-
HSV(B)222.86º58.33%4.71%-
XYZ0.20.210.38-
YUV6.97130.84126.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal57120.580.4200.95222.8641.183.33
Hex57C3A2A05Fdf293
Octal571472520137337513
Binary1011111100111010101010010111111101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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