#252018

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

Shades of Black Magic #252018

Tints of Black Magic #252018

Color information

#252018 (or 0x252018) is unknown color: approx Black Magic. HEX triplet: 25, 20 and 18. RGB value is (37,32,24). Sum of RGB (Red+Green+Blue) = 37+32+24=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 37 - color contains mainly: red. Hex color #252018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252018 is #DADFE7. Grayscale: #202020. Windows color (decimal): -14344168 or 1581093. OLE color: 1581093.

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

Color convert

RGB373224-
CMYK00.140.350.85
HSL36.92º21.31%11.96%-
HSV(B)36.92º35.14%14.51%-
XYZ1.441.491.08-
YUV32.58123.16131.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.78%
GREEN value IS 32 (12.89% from 255) = 34.41%
BLUE value IS 24 (9.77% from 255) = 25.81%
R=39.78%
G=34.41%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37322400.140.350.8536.9221.3111.96
Hex2520180E23552515c
Octal45403001643125452514
Binary10010110000011000011101000111010101100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252018; }

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

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

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

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

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

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

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

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