#050325

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

Shades of Black Russian #050325

Tints of Black Russian #050325

Color information

#050325 (or 0x050325) is unknown color: approx Black Russian. HEX triplet: 05, 03 and 25. RGB value is (5,3,37). Sum of RGB (Red+Green+Blue) = 5+3+37=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 37 (14.84% from 255 or 82.22% from 45); Max value from RGB is 37 - color contains mainly: blue. Hex color #050325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050325 is #FAFCDA. Grayscale: #070707. Windows color (decimal): -16448731 or 2425605. OLE color: 2425605.

HSL color Cylindrical-coordinate representation of color #050325: hue angle of 243.53º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #050325 is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB5337-
CMYK0.860.9200.85
HSL243.53º85%7.84%-
HSV(B)243.53º91.89%14.51%-
XYZ0.430.231.77-
YUV7.47144.66126.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.11%
GREEN value IS 3 (1.56% from 255) = 6.67%
BLUE value IS 37 (14.84% from 255) = 82.22%
R=11.11%
G=6.67%
B=82.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal53370.860.9200.85243.53857.84
Hex5325565C055f4558
Octal5345126134012536412510
Binary1011110010110101101011100010101011111010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050325; }

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

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

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

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

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

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

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

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