#252019

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

Shades of Black Magic #252019

Tints of Black Magic #252019

Color information

#252019 (or 0x252019) is unknown color: approx Black Magic. HEX triplet: 25, 20 and 19. RGB value is (37,32,25). Sum of RGB (Red+Green+Blue) = 37+32+25=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 37 - color contains mainly: red. Hex color #252019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252019 is #DADFE6. Grayscale: #202020. Windows color (decimal): -14344167 or 1646629. OLE color: 1646629.

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

Color convert

RGB373225-
CMYK00.140.320.85
HSL35º19.35%12.16%-
HSV(B)35º32.43%14.51%-
XYZ1.451.51.13-
YUV32.7123.66131.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.36%
GREEN value IS 32 (12.89% from 255) = 34.04%
BLUE value IS 25 (10.16% from 255) = 26.60%
R=39.36%
G=34.04%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37322500.140.320.853519.3512.16
Hex2520190E20552313c
Octal45403101640125432314
Binary10010110000011001011101000001010101100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252019; }

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

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

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

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

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

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

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

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