#251E12

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

Shades of Black Magic #251E12

Tints of Black Magic #251E12

Color information

#251E12 (or 0x251E12) is unknown color: approx Black Magic. HEX triplet: 25, 1E and 12. RGB value is (37,30,18). Sum of RGB (Red+Green+Blue) = 37+30+18=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #251E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251E12 is #DAE1ED. Grayscale: #1E1E1E. Windows color (decimal): -14344686 or 1187365. OLE color: 1187365.

HSL color Cylindrical-coordinate representation of color #251E12: hue angle of 37.89º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #251E12 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB373018-
CMYK00.190.510.85
HSL37.89º34.55%10.78%-
HSV(B)37.89º51.35%14.51%-
XYZ1.341.370.77-
YUV30.72120.82132.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.53%
GREEN value IS 30 (12.11% from 255) = 35.29%
BLUE value IS 18 (7.42% from 255) = 21.18%
R=43.53%
G=35.29%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37301800.190.510.8537.8934.5510.78
Hex251E1201333552623b
Octal45362202363125464313
Binary100101111101001001001111001110101011001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251E12; }

 p { color: rgb(37,30,18); }

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

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

 a { background-color: rgb(37,30,18); }

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

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

 span { border-color: rgb(37,30,18); }

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