#050B2D

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

Shades of Black Russian #050B2D

Tints of Black Russian #050B2D

Color information

#050B2D (or 0x050B2D) is unknown color: approx Black Russian. HEX triplet: 05, 0B and 2D. RGB value is (5,11,45). Sum of RGB (Red+Green+Blue) = 5+11+45=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 11 (4.69% from 255 or 18.03% from 61); Blue value is 45 (17.97% from 255 or 73.77% from 61); Max value from RGB is 45 - color contains mainly: blue. Hex color #050B2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050B2D is #FAF4D2. Grayscale: #0C0C0C. Windows color (decimal): -16446675 or 2951941. OLE color: 2951941.

HSL color Cylindrical-coordinate representation of color #050B2D: hue angle of 231º 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 #050B2D is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB51145-
CMYK0.890.7600.82
HSL231º80%9.8%-
HSV(B)231º88.89%17.65%-
XYZ0.660.462.54-
YUV13.08146.01122.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.20%
GREEN value IS 11 (4.69% from 255) = 18.03%
BLUE value IS 45 (17.97% from 255) = 73.77%
R=8.20%
G=18.03%
B=73.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal511450.890.7600.82231809.8
Hex5B2D594C052e750a
Octal51355131114012234712012
Binary101101110110110110011001100010100101110011110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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