#050923

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

Shades of Black Russian #050923

Tints of Black Russian #050923

Color information

#050923 (or 0x050923) is unknown color: approx Black Russian. HEX triplet: 05, 09 and 23. RGB value is (5,9,35). Sum of RGB (Red+Green+Blue) = 5+9+35=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 9 (3.91% from 255 or 18.37% from 49); Blue value is 35 (14.06% from 255 or 71.43% from 49); Max value from RGB is 35 - color contains mainly: blue. Hex color #050923 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050923 is #FAF6DC. Grayscale: #0A0A0A. Windows color (decimal): -16447197 or 2296069. OLE color: 2296069.

HSL color Cylindrical-coordinate representation of color #050923: hue angle of 232º degrees, saturation: 0.75, 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 #050923 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB5935-
CMYK0.860.7400.86
HSL232º75%7.84%-
HSV(B)232º85.71%13.73%-
XYZ0.460.351.63-
YUV10.77141.67123.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.20%
GREEN value IS 9 (3.91% from 255) = 18.37%
BLUE value IS 35 (14.06% from 255) = 71.43%
R=10.20%
G=18.37%
B=71.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal59350.860.7400.86232757.84
Hex5923564A056e84b8
Octal51143126112012635011310
Binary101100110001110101101001010010101101110100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050923; }

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

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

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

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

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

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

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

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