#05072F

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

Shades of Black Russian #05072F

Tints of Black Russian #05072F

Color information

#05072F (or 0x05072F) is unknown color: approx Black Russian. HEX triplet: 05, 07 and 2F. RGB value is (5,7,47). Sum of RGB (Red+Green+Blue) = 5+7+47=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 47 (18.75% from 255 or 79.66% from 59); Max value from RGB is 47 - color contains mainly: blue. Hex color #05072F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05072F is #FAF8D0. Grayscale: #0A0A0A. Windows color (decimal): -16447697 or 3081989. OLE color: 3081989.

HSL color Cylindrical-coordinate representation of color #05072F: hue angle of 237.14º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05072F is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB5747-
CMYK0.890.8500.82
HSL237.14º80.77%10.2%-
HSV(B)237.14º89.36%18.43%-
XYZ0.650.392.73-
YUV10.96148.34123.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.47%
GREEN value IS 7 (3.12% from 255) = 11.86%
BLUE value IS 47 (18.75% from 255) = 79.66%
R=8.47%
G=11.86%
B=79.66%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal57470.890.8500.82237.1480.7710.2
Hex572F5955052ed51a
Octal5757131125012235512112
Binary10111110111110110011010101010100101110110110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05072F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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