#050C2E

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

Shades of Black Russian #050C2E

Tints of Black Russian #050C2E

Color information

#050C2E (or 0x050C2E) is unknown color: approx Black Russian. HEX triplet: 05, 0C and 2E. RGB value is (5,12,46). Sum of RGB (Red+Green+Blue) = 5+12+46=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 46 (18.36% from 255 or 73.02% from 63); Max value from RGB is 46 - color contains mainly: blue. Hex color #050C2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C2E is #FAF3D1. Grayscale: #0D0D0D. Windows color (decimal): -16446418 or 3017733. OLE color: 3017733.

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

Color convert

RGB51246-
CMYK0.890.7400.82
HSL229.76º80.39%10%-
HSV(B)229.76º89.13%18.04%-
XYZ0.690.492.64-
YUV13.78146.18121.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.94%
GREEN value IS 12 (5.08% from 255) = 19.05%
BLUE value IS 46 (18.36% from 255) = 73.02%
R=7.94%
G=19.05%
B=73.02%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal512460.890.7400.82229.7680.3910
Hex5C2E594A052e650a
Octal51456131112012234612012
Binary101110010111010110011001010010100101110011010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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