#25221D

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

Shades of Black Magic #25221D

Tints of Black Magic #25221D

Color information

#25221D (or 0x25221D) is unknown color: approx Black Magic. HEX triplet: 25, 22 and 1D. RGB value is (37,34,29). Sum of RGB (Red+Green+Blue) = 37+34+29=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 37 - color contains mainly: red. Hex color #25221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25221D is #DADDE2. Grayscale: #222222. Windows color (decimal): -14343651 or 1909285. OLE color: 1909285.

HSL color Cylindrical-coordinate representation of color #25221D: hue angle of 37.5º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #25221D is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB373429-
CMYK00.080.220.85
HSL37.5º12.12%12.94%-
HSV(B)37.5º21.62%14.51%-
XYZ1.561.631.39-
YUV34.33124.99129.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37%
GREEN value IS 34 (13.67% from 255) = 34%
BLUE value IS 29 (11.72% from 255) = 29%
R=37%
G=34%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37342900.080.220.8537.512.1212.94
Hex25221D08165526cd
Octal45423501026125461415
Binary100101100010111010100010110101010110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25221D; }

 p { color: rgb(37,34,29); }

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

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

 a { background-color: rgb(37,34,29); }

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

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

 span { border-color: rgb(37,34,29); }

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