#050D2D

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

Shades of Black Russian #050D2D

Tints of Black Russian #050D2D

Color information

#050D2D (or 0x050D2D) is unknown color: approx Black Russian. HEX triplet: 05, 0D and 2D. RGB value is (5,13,45). Sum of RGB (Red+Green+Blue) = 5+13+45=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 13 (5.47% from 255 or 20.63% from 63); Blue value is 45 (17.97% from 255 or 71.43% from 63); Max value from RGB is 45 - color contains mainly: blue. Hex color #050D2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D2D is #FAF2D2. Grayscale: #0E0E0E. Windows color (decimal): -16446163 or 2952453. OLE color: 2952453.

HSL color Cylindrical-coordinate representation of color #050D2D: hue angle of 228º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #050D2D is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB51345-
CMYK0.890.7100.82
HSL228º80%9.8%-
HSV(B)228º88.89%17.65%-
XYZ0.680.512.55-
YUV14.26145.35121.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.94%
GREEN value IS 13 (5.47% from 255) = 20.63%
BLUE value IS 45 (17.97% from 255) = 71.43%
R=7.94%
G=20.63%
B=71.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal513450.890.7100.82228809.8
Hex5D2D5947052e450a
Octal51555131107012234412012
Binary101110110110110110011000111010100101110010010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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