#05072A

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

Shades of Black Russian #05072A

Tints of Black Russian #05072A

Color information

#05072A (or 0x05072A) is unknown color: approx Black Russian. HEX triplet: 05, 07 and 2A. RGB value is (5,7,42). Sum of RGB (Red+Green+Blue) = 5+7+42=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 7 (3.12% from 255 or 12.96% from 54); Blue value is 42 (16.80% from 255 or 77.78% from 54); Max value from RGB is 42 - color contains mainly: blue. Hex color #05072A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05072A is #FAF8D5. Grayscale: #0A0A0A. Windows color (decimal): -16447702 or 2754309. OLE color: 2754309.

HSL color Cylindrical-coordinate representation of color #05072A: hue angle of 236.76º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05072A is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB5742-
CMYK0.880.8300.84
HSL236.76º78.72%9.22%-
HSV(B)236.76º88.1%16.47%-
XYZ0.560.352.23-
YUV10.39145.84124.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.26%
GREEN value IS 7 (3.12% from 255) = 12.96%
BLUE value IS 42 (16.80% from 255) = 77.78%
R=9.26%
G=12.96%
B=77.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal57420.880.8300.84236.7678.729.22
Hex572A5853054ed4f9
Octal5752130123012435511711
Binary10111110101010110001010011010101001110110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05072A; }

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

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

<style>
 a { background-color: #05072A; }

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

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

<style>
 span { border-color: #05072A; }

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

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