#05102A

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

Shades of Black Russian #05102A

Tints of Black Russian #05102A

Color information

#05102A (or 0x05102A) is unknown color: approx Black Russian. HEX triplet: 05, 10 and 2A. RGB value is (5,16,42). Sum of RGB (Red+Green+Blue) = 5+16+42=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 42 (16.80% from 255 or 66.67% from 63); Max value from RGB is 42 - color contains mainly: blue. Hex color #05102A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05102A is #FAEFD5. Grayscale: #0F0F0F. Windows color (decimal): -16445398 or 2756613. OLE color: 2756613.

HSL color Cylindrical-coordinate representation of color #05102A: hue angle of 222.16º 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 #05102A is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB51642-
CMYK0.880.6200.84
HSL222.16º78.72%9.22%-
HSV(B)222.16º88.1%16.47%-
XYZ0.670.572.27-
YUV15.68142.86120.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.94%
GREEN value IS 16 (6.64% from 255) = 25.40%
BLUE value IS 42 (16.80% from 255) = 66.67%
R=7.94%
G=25.40%
B=66.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal516420.880.6200.84222.1678.729.22
Hex5102A583E054de4f9
Octal5205213076012433611711
Binary101100001010101011000111110010101001101111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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