#252016

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

Shades of Black Magic #252016

Tints of Black Magic #252016

Color information

#252016 (or 0x252016) is unknown color: approx Black Magic. HEX triplet: 25, 20 and 16. RGB value is (37,32,22). Sum of RGB (Red+Green+Blue) = 37+32+22=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 37 - color contains mainly: red. Hex color #252016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252016 is #DADFE9. Grayscale: #202020. Windows color (decimal): -14344170 or 1450021. OLE color: 1450021.

HSL color Cylindrical-coordinate representation of color #252016: hue angle of 40º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #252016 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB373222-
CMYK00.140.410.85
HSL40º25.42%11.57%-
HSV(B)40º40.54%14.51%-
XYZ1.421.480.97-
YUV32.35122.16131.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.66%
GREEN value IS 32 (12.89% from 255) = 35.16%
BLUE value IS 22 (8.98% from 255) = 24.18%
R=40.66%
G=35.16%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37322200.140.410.854025.4211.57
Hex2520160E29552819c
Octal45402601651125503114
Binary10010110000010110011101010011010101101000110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252016; }

 p { color: rgb(37,32,22); }

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

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

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

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

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

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

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