#251E10

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

Shades of Black Magic #251E10

Tints of Black Magic #251E10

Color information

#251E10 (or 0x251E10) is unknown color: approx Black Magic. HEX triplet: 25, 1E and 10. RGB value is (37,30,16). Sum of RGB (Red+Green+Blue) = 37+30+16=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 30 (12.11% from 255 or 36.14% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #251E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251E10 is #DAE1EF. Grayscale: #1E1E1E. Windows color (decimal): -14344688 or 1056293. OLE color: 1056293.

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

Color convert

RGB373016-
CMYK00.190.570.85
HSL40º39.62%10.39%-
HSV(B)40º56.76%14.51%-
XYZ1.321.360.68-
YUV30.5119.82132.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.58%
GREEN value IS 30 (12.11% from 255) = 36.14%
BLUE value IS 16 (6.64% from 255) = 19.28%
R=44.58%
G=36.14%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37301600.190.570.854039.6210.39
Hex251E1001339552828a
Octal45362002371125505012
Binary100101111101000001001111100110101011010001010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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