#050A1E

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

Shades of Black Russian #050A1E

Tints of Black Russian #050A1E

Color information

#050A1E (or 0x050A1E) is unknown color: approx Black Russian. HEX triplet: 05, 0A and 1E. RGB value is (5,10,30). Sum of RGB (Red+Green+Blue) = 5+10+30=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 10 (4.30% from 255 or 22.22% from 45); Blue value is 30 (12.11% from 255 or 66.67% from 45); Max value from RGB is 30 - color contains mainly: blue. Hex color #050A1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050A1E is #FAF5E1. Grayscale: #0A0A0A. Windows color (decimal): -16446946 or 1968645. OLE color: 1968645.

HSL color Cylindrical-coordinate representation of color #050A1E: hue angle of 228º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #050A1E is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB51030-
CMYK0.830.6700.88
HSL228º71.43%6.86%-
HSV(B)228º83.33%11.76%-
XYZ0.410.341.27-
YUV10.78138.84123.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.11%
GREEN value IS 10 (4.30% from 255) = 22.22%
BLUE value IS 30 (12.11% from 255) = 66.67%
R=11.11%
G=22.22%
B=66.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal510300.830.6700.8822871.436.86
Hex5A1E5343058e4477
Octal5123612310301303441077
Binary1011010111101010011100001101011000111001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,10,30); }

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

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

 a { background-color: rgb(5,10,30); }

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

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

 span { border-color: rgb(5,10,30); }

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