#050C1E

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

Shades of Black Russian #050C1E

Tints of Black Russian #050C1E

Color information

#050C1E (or 0x050C1E) is unknown color: approx Black Russian. HEX triplet: 05, 0C and 1E. RGB value is (5,12,30). Sum of RGB (Red+Green+Blue) = 5+12+30=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 12 (5.08% from 255 or 25.53% from 47); Blue value is 30 (12.11% from 255 or 63.83% from 47); Max value from RGB is 30 - color contains mainly: blue. Hex color #050C1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C1E is #FAF3E1. Grayscale: #0B0B0B. Windows color (decimal): -16446434 or 1969157. OLE color: 1969157.

HSL color Cylindrical-coordinate representation of color #050C1E: hue angle of 223.2º 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 #050C1E is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB51230-
CMYK0.830.6000.88
HSL223.2º71.43%6.86%-
HSV(B)223.2º83.33%11.76%-
XYZ0.430.391.28-
YUV11.96138.18123.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.64%
GREEN value IS 12 (5.08% from 255) = 25.53%
BLUE value IS 30 (12.11% from 255) = 63.83%
R=10.64%
G=25.53%
B=63.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal512300.830.6000.88223.271.436.86
Hex5C1E533C058df477
Octal514361237401303371077
Binary101110011110101001111110001011000110111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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