#050D2A

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

Shades of Black Russian #050D2A

Tints of Black Russian #050D2A

Color information

#050D2A (or 0x050D2A) is unknown color: approx Black Russian. HEX triplet: 05, 0D and 2A. RGB value is (5,13,42). Sum of RGB (Red+Green+Blue) = 5+13+42=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 13 (5.47% from 255 or 21.67% from 60); Blue value is 42 (16.80% from 255 or 70% from 60); Max value from RGB is 42 - color contains mainly: blue. Hex color #050D2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D2A is #FAF2D5. Grayscale: #0D0D0D. Windows color (decimal): -16446166 or 2755845. OLE color: 2755845.

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

Color convert

RGB51342-
CMYK0.880.6900.84
HSL227.03º78.72%9.22%-
HSV(B)227.03º88.1%16.47%-
XYZ0.620.492.25-
YUV13.91143.85121.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.33%
GREEN value IS 13 (5.47% from 255) = 21.67%
BLUE value IS 42 (16.80% from 255) = 70%
R=8.33%
G=21.67%
B=70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal513420.880.6900.84227.0378.729.22
Hex5D2A5845054e34f9
Octal51552130105012434311711
Binary101110110101010110001000101010101001110001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050D2A; }

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

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

<style>
 a { background-color: #050D2A; }

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

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

<style>
 span { border-color: #050D2A; }

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

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