#050725

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

Shades of Black Russian #050725

Tints of Black Russian #050725

Color information

#050725 (or 0x050725) is unknown color: approx Black Russian. HEX triplet: 05, 07 and 25. RGB value is (5,7,37). Sum of RGB (Red+Green+Blue) = 5+7+37=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 7 (3.12% from 255 or 14.29% from 49); Blue value is 37 (14.84% from 255 or 75.51% from 49); Max value from RGB is 37 - color contains mainly: blue. Hex color #050725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050725 is #FAF8DA. Grayscale: #090909. Windows color (decimal): -16447707 or 2426629. OLE color: 2426629.

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

Color convert

RGB5737-
CMYK0.860.8100.85
HSL236.25º76.19%8.24%-
HSV(B)236.25º86.49%14.51%-
XYZ0.470.321.79-
YUV9.82143.34124.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.20%
GREEN value IS 7 (3.12% from 255) = 14.29%
BLUE value IS 37 (14.84% from 255) = 75.51%
R=10.20%
G=14.29%
B=75.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal57370.860.8100.85236.2576.198.24
Hex57255651055ec4c8
Octal5745126121012535411410
Binary10111110010110101101010001010101011110110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050725; }

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

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

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

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

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

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

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

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