#050326

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

Shades of Black Russian #050326

Tints of Black Russian #050326

Color information

#050326 (or 0x050326) is unknown color: approx Black Russian. HEX triplet: 05, 03 and 26. RGB value is (5,3,38). Sum of RGB (Red+Green+Blue) = 5+3+38=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 38 (15.23% from 255 or 82.61% from 46); Max value from RGB is 38 - color contains mainly: blue. Hex color #050326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050326 is #FAFCD9. Grayscale: #070707. Windows color (decimal): -16448730 or 2491141. OLE color: 2491141.

HSL color Cylindrical-coordinate representation of color #050326: hue angle of 243.43º 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 #050326 is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB5338-
CMYK0.870.9200.85
HSL243.43º85.37%8.04%-
HSV(B)243.43º92.11%14.9%-
XYZ0.450.241.86-
YUV7.59145.16126.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.87%
GREEN value IS 3 (1.56% from 255) = 6.52%
BLUE value IS 38 (15.23% from 255) = 82.61%
R=10.87%
G=6.52%
B=82.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal53380.870.9200.85243.4385.378.04
Hex5326575C055f3558
Octal5346127134012536312510
Binary1011110011010101111011100010101011111001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050326; }

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

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

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

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

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

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

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

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