#05071C

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

Shades of Black Russian #05071C

Tints of Black Russian #05071C

Color information

#05071C (or 0x05071C) is unknown color: approx Black Russian. HEX triplet: 05, 07 and 1C. RGB value is (5,7,28). Sum of RGB (Red+Green+Blue) = 5+7+28=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 28 (11.33% from 255 or 70% from 40); Max value from RGB is 28 - color contains mainly: blue. Hex color #05071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05071C is #FAF8E3. Grayscale: #080808. Windows color (decimal): -16447716 or 1836805. OLE color: 1836805.

HSL color Cylindrical-coordinate representation of color #05071C: hue angle of 234.78º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #05071C is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB5728-
CMYK0.820.7500.89
HSL234.78º69.7%6.47%-
HSV(B)234.78º82.14%10.98%-
XYZ0.350.271.13-
YUV8.8138.84125.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.5%
GREEN value IS 7 (3.12% from 255) = 17.5%
BLUE value IS 28 (11.33% from 255) = 70%
R=12.5%
G=17.5%
B=70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal57280.820.7500.89234.7869.76.47
Hex571C524B059eb466
Octal573412211301313531066
Binary101111111001010010100101101011001111010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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