#05071A

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

Shades of Black Russian #05071A

Tints of Black Russian #05071A

Color information

#05071A (or 0x05071A) is unknown color: approx Black Russian. HEX triplet: 05, 07 and 1A. RGB value is (5,7,26). Sum of RGB (Red+Green+Blue) = 5+7+26=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 7 (3.12% from 255 or 18.42% from 38); Blue value is 26 (10.55% from 255 or 68.42% from 38); Max value from RGB is 26 - color contains mainly: blue. Hex color #05071A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05071A is #FAF8E5. Grayscale: #080808. Windows color (decimal): -16447718 or 1705733. OLE color: 1705733.

HSL color Cylindrical-coordinate representation of color #05071A: hue angle of 234.29º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #05071A is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB5726-
CMYK0.810.7300.90
HSL234.29º67.74%6.08%-
HSV(B)234.29º80.77%10.2%-
XYZ0.330.261.01-
YUV8.57137.84125.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.16%
GREEN value IS 7 (3.12% from 255) = 18.42%
BLUE value IS 26 (10.55% from 255) = 68.42%
R=13.16%
G=18.42%
B=68.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal57260.810.7300.90234.2967.746.08
Hex571A514905Aea446
Octal573212111101323521046
Binary101111110101010001100100101011010111010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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