#050123

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

Shades of Black Russian #050123

Tints of Black Russian #050123

Color information

#050123 (or 0x050123) is unknown color: approx Black Russian. HEX triplet: 05, 01 and 23. RGB value is (5,1,35). Sum of RGB (Red+Green+Blue) = 5+1+35=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 35 (14.06% from 255 or 85.37% from 41); Max value from RGB is 35 - color contains mainly: blue. Hex color #050123 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050123 is #FAFEDC. Grayscale: #050505. Windows color (decimal): -16449245 or 2294021. OLE color: 2294021.

HSL color Cylindrical-coordinate representation of color #050123: hue angle of 247.06º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050123 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB5135-
CMYK0.860.9700.86
HSL247.06º94.44%7.06%-
HSV(B)247.06º97.14%13.73%-
XYZ0.380.181.6-
YUV6.07144.33127.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.20%
GREEN value IS 1 (0.78% from 255) = 2.44%
BLUE value IS 35 (14.06% from 255) = 85.37%
R=12.20%
G=2.44%
B=85.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal51350.860.9700.86247.0694.447.06
Hex51235661056f75e7
Octal514312614101263671367
Binary10111000111010110110000101010110111101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050123; }

 p { color: rgb(5,1,35); }

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

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

 a { background-color: rgb(5,1,35); }

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

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

 span { border-color: rgb(5,1,35); }

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