#050323

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

Shades of Black Russian #050323

Tints of Black Russian #050323

Color information

#050323 (or 0x050323) is unknown color: approx Black Russian. HEX triplet: 05, 03 and 23. RGB value is (5,3,35). Sum of RGB (Red+Green+Blue) = 5+3+35=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 35 (14.06% from 255 or 81.40% from 43); Max value from RGB is 35 - color contains mainly: blue. Hex color #050323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050323 is #FAFCDC. Grayscale: #070707. Windows color (decimal): -16448733 or 2294533. OLE color: 2294533.

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

Color convert

RGB5335-
CMYK0.860.9100.86
HSL243.75º84.21%7.45%-
HSV(B)243.75º91.43%13.73%-
XYZ0.40.221.61-
YUV7.25143.66126.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.63%
GREEN value IS 3 (1.56% from 255) = 6.98%
BLUE value IS 35 (14.06% from 255) = 81.40%
R=11.63%
G=6.98%
B=81.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal53350.860.9100.86243.7584.217.45
Hex5323565B056f4547
Octal534312613301263641247
Binary101111000111010110101101101010110111101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050323; }

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

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

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

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

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

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

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

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