#050218

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

Shades of Black Russian #050218

Tints of Black Russian #050218

Color information

#050218 (or 0x050218) is unknown color: approx Black Russian. HEX triplet: 05, 02 and 18. RGB value is (5,2,24). Sum of RGB (Red+Green+Blue) = 5+2+24=31 (4% of max value = 765). Red value is 5 (2.34% from 255 or 16.13% from 31); Green value is 2 (1.17% from 255 or 6.45% from 31); Blue value is 24 (9.77% from 255 or 77.42% from 31); Max value from RGB is 24 - color contains mainly: blue. Hex color #050218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050218 is #FAFDE7. Grayscale: #050505. Windows color (decimal): -16449000 or 1573381. OLE color: 1573381.

HSL color Cylindrical-coordinate representation of color #050218: hue angle of 248.18º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #050218 is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB5224-
CMYK0.790.9200.91
HSL248.18º84.62%5.1%-
HSV(B)248.18º91.67%9.41%-
XYZ0.250.140.88-
YUV5.4138.49127.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 16.13%
GREEN value IS 2 (1.17% from 255) = 6.45%
BLUE value IS 24 (9.77% from 255) = 77.42%
R=16.13%
G=6.45%
B=77.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal52240.790.9200.91248.1884.625.1
Hex52184F5C05Bf8555
Octal523011713401333701255
Binary10110110001001111101110001011011111110001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050218; }

 p { color: rgb(5,2,24); }

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

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

 a { background-color: rgb(5,2,24); }

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

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

 span { border-color: rgb(5,2,24); }

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