#25211A

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

Shades of Black Magic #25211A

Tints of Black Magic #25211A

Color information

#25211A (or 0x25211A) is unknown color: approx Black Magic. HEX triplet: 25, 21 and 1A. RGB value is (37,33,26). Sum of RGB (Red+Green+Blue) = 37+33+26=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 37 - color contains mainly: red. Hex color #25211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25211A is #DADEE5. Grayscale: #212121. Windows color (decimal): -14343910 or 1712421. OLE color: 1712421.

HSL color Cylindrical-coordinate representation of color #25211A: hue angle of 38.18º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #25211A is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB373326-
CMYK00.110.300.85
HSL38.18º17.46%12.35%-
HSV(B)38.18º29.73%14.51%-
XYZ1.491.561.2-
YUV33.4123.83130.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.54%
GREEN value IS 33 (13.28% from 255) = 34.38%
BLUE value IS 26 (10.55% from 255) = 27.08%
R=38.54%
G=34.38%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37332600.110.300.8538.1817.4612.35
Hex25211A0B1E552611c
Octal45413201336125462114
Binary1001011000011101001011111101010101100110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25211A; }

 p { color: rgb(37,33,26); }

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

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

 a { background-color: rgb(37,33,26); }

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

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

 span { border-color: rgb(37,33,26); }

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