#251C0D

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

Shades of Black Magic #251C0D

Tints of Black Magic #251C0D

Color information

#251C0D (or 0x251C0D) is unknown color: approx Black Magic. HEX triplet: 25, 1C and 0D. RGB value is (37,28,13). Sum of RGB (Red+Green+Blue) = 37+28+13=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #251C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251C0D is #DAE3F2. Grayscale: #1D1D1D. Windows color (decimal): -14345203 or 859173. OLE color: 859173.

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

Color convert

RGB372813-
CMYK00.240.650.85
HSL37.5º48%9.8%-
HSV(B)37.5º64.86%14.51%-
XYZ1.251.250.56-
YUV28.98118.98133.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 47.44%
GREEN value IS 28 (11.33% from 255) = 35.90%
BLUE value IS 13 (5.47% from 255) = 16.67%
R=47.44%
G=35.90%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37281300.240.650.8537.5489.8
Hex251CD01841552530a
Octal453415030101125456012
Binary100101111001101011000100000110101011001011100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,28,13); }

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

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

 a { background-color: rgb(37,28,13); }

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

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

 span { border-color: rgb(37,28,13); }

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