#05071F

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

Shades of Black Russian #05071F

Tints of Black Russian #05071F

Color information

#05071F (or 0x05071F) is unknown color: approx Black Russian. HEX triplet: 05, 07 and 1F. RGB value is (5,7,31). Sum of RGB (Red+Green+Blue) = 5+7+31=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 31 (12.5% from 255 or 72.09% from 43); Max value from RGB is 31 - color contains mainly: blue. Hex color #05071F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05071F is #FAF8E0. Grayscale: #090909. Windows color (decimal): -16447713 or 2033413. OLE color: 2033413.

HSL color Cylindrical-coordinate representation of color #05071F: hue angle of 235.38º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #05071F is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB5731-
CMYK0.840.7700.88
HSL235.38º72.22%7.06%-
HSV(B)235.38º83.87%12.16%-
XYZ0.390.281.33-
YUV9.14140.34125.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.63%
GREEN value IS 7 (3.12% from 255) = 16.28%
BLUE value IS 31 (12.5% from 255) = 72.09%
R=11.63%
G=16.28%
B=72.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal57310.840.7700.88235.3872.227.06
Hex571F544D058eb487
Octal573712411501303531107
Binary101111111111010100100110101011000111010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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