#050C2D

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

Shades of Black Russian #050C2D

Tints of Black Russian #050C2D

Color information

#050C2D (or 0x050C2D) is unknown color: approx Black Russian. HEX triplet: 05, 0C and 2D. RGB value is (5,12,45). Sum of RGB (Red+Green+Blue) = 5+12+45=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 12 (5.08% from 255 or 19.35% from 62); Blue value is 45 (17.97% from 255 or 72.58% from 62); Max value from RGB is 45 - color contains mainly: blue. Hex color #050C2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C2D is #FAF3D2. Grayscale: #0D0D0D. Windows color (decimal): -16446419 or 2952197. OLE color: 2952197.

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

Color convert

RGB51245-
CMYK0.890.7300.82
HSL229.5º80%9.8%-
HSV(B)229.5º88.89%17.65%-
XYZ0.670.482.54-
YUV13.67145.68121.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.06%
GREEN value IS 12 (5.08% from 255) = 19.35%
BLUE value IS 45 (17.97% from 255) = 72.58%
R=8.06%
G=19.35%
B=72.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal512450.890.7300.82229.5809.8
Hex5C2D5949052e650a
Octal51455131111012234612012
Binary101110010110110110011001001010100101110011010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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