#252017

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

Shades of Black Magic #252017

Tints of Black Magic #252017

Color information

#252017 (or 0x252017) is unknown color: approx Black Magic. HEX triplet: 25, 20 and 17. RGB value is (37,32,23). Sum of RGB (Red+Green+Blue) = 37+32+23=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 37 - color contains mainly: red. Hex color #252017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252017 is #DADFE8. Grayscale: #202020. Windows color (decimal): -14344169 or 1515557. OLE color: 1515557.

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

Color convert

RGB373223-
CMYK00.140.380.85
HSL38.57º23.33%11.76%-
HSV(B)38.57º37.84%14.51%-
XYZ1.431.491.02-
YUV32.47122.66131.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.22%
GREEN value IS 32 (12.89% from 255) = 34.78%
BLUE value IS 23 (9.38% from 255) = 25%
R=40.22%
G=34.78%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37322300.140.380.8538.5723.3311.76
Hex2520170E26552717c
Octal45402701646125472714
Binary10010110000010111011101001101010101100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252017; }

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

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

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

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

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

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

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

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