#050525

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

Shades of Black Russian #050525

Tints of Black Russian #050525

Color information

#050525 (or 0x050525) is unknown color: approx Black Russian. HEX triplet: 05, 05 and 25. RGB value is (5,5,37). Sum of RGB (Red+Green+Blue) = 5+5+37=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 37 (14.84% from 255 or 78.72% from 47); Max value from RGB is 37 - color contains mainly: blue. Hex color #050525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050525 is #FAFADA. Grayscale: #080808. Windows color (decimal): -16448219 or 2426117. OLE color: 2426117.

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

Color convert

RGB5537-
CMYK0.860.8600.85
HSL240º76.19%8.24%-
HSV(B)240º86.49%14.51%-
XYZ0.450.271.78-
YUV8.65144125.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.64%
GREEN value IS 5 (2.34% from 255) = 10.64%
BLUE value IS 37 (14.84% from 255) = 78.72%
R=10.64%
G=10.64%
B=78.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal55370.860.8600.8524076.198.24
Hex55255656055f04c8
Octal5545126126012536011410
Binary10110110010110101101010110010101011111000010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050525; }

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

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

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

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

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

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

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

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