#050E24

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

Shades of Black Russian #050E24

Tints of Black Russian #050E24

Color information

#050E24 (or 0x050E24) is unknown color: approx Black Russian. HEX triplet: 05, 0E and 24. RGB value is (5,14,36). Sum of RGB (Red+Green+Blue) = 5+14+36=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 14 (5.86% from 255 or 25.45% from 55); Blue value is 36 (14.45% from 255 or 65.45% from 55); Max value from RGB is 36 - color contains mainly: blue. Hex color #050E24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E24 is #FAF1DB. Grayscale: #0D0D0D. Windows color (decimal): -16445916 or 2362885. OLE color: 2362885.

HSL color Cylindrical-coordinate representation of color #050E24: hue angle of 222.58º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #050E24 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB51436-
CMYK0.860.6100.86
HSL222.58º75.61%8.04%-
HSV(B)222.58º86.11%14.12%-
XYZ0.540.471.73-
YUV13.82140.52121.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.09%
GREEN value IS 14 (5.86% from 255) = 25.45%
BLUE value IS 36 (14.45% from 255) = 65.45%
R=9.09%
G=25.45%
B=65.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal514360.860.6100.86222.5875.618.04
Hex5E24563D056df4c8
Octal5164412675012633711410
Binary10111101001001010110111101010101101101111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,14,36); }

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

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

 a { background-color: rgb(5,14,36); }

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

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

 span { border-color: rgb(5,14,36); }

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