#051025

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

Shades of Black Russian #051025

Tints of Black Russian #051025

Color information

#051025 (or 0x051025) is unknown color: approx Black Russian. HEX triplet: 05, 10 and 25. RGB value is (5,16,37). Sum of RGB (Red+Green+Blue) = 5+16+37=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 37 (14.84% from 255 or 63.79% from 58); Max value from RGB is 37 - color contains mainly: blue. Hex color #051025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051025 is #FAEFDA. Grayscale: #0F0F0F. Windows color (decimal): -16445403 or 2428933. OLE color: 2428933.

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

Color convert

RGB51637-
CMYK0.860.5700.85
HSL219.38º76.19%8.24%-
HSV(B)219.38º86.49%14.51%-
XYZ0.580.541.82-
YUV15.1140.36120.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.62%
GREEN value IS 16 (6.64% from 255) = 27.59%
BLUE value IS 37 (14.84% from 255) = 63.79%
R=8.62%
G=27.59%
B=63.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal516370.860.5700.85219.3876.198.24
Hex510255639055db4c8
Octal5204512671012533311410
Binary101100001001011010110111001010101011101101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051025; }

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

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

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

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

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

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

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

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