#251C0E

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

Shades of Black Magic #251C0E

Tints of Black Magic #251C0E

Color information

#251C0E (or 0x251C0E) is unknown color: approx Black Magic. HEX triplet: 25, 1C and 0E. RGB value is (37,28,14). Sum of RGB (Red+Green+Blue) = 37+28+14=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 28 (11.33% from 255 or 35.44% from 79); Blue value is 14 (5.86% from 255 or 17.72% from 79); Max value from RGB is 37 - color contains mainly: red. Hex color #251C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251C0E is #DAE3F1. Grayscale: #1D1D1D. Windows color (decimal): -14345202 or 924709. OLE color: 924709.

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

Color convert

RGB372814-
CMYK00.240.620.85
HSL36.52º45.1%10%-
HSV(B)36.52º62.16%14.51%-
XYZ1.261.260.59-
YUV29.1119.48133.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 46.84%
GREEN value IS 28 (11.33% from 255) = 35.44%
BLUE value IS 14 (5.86% from 255) = 17.72%
R=46.84%
G=35.44%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37281400.240.620.8536.5245.110
Hex251CE0183E55252da
Octal45341603076125455512
Binary10010111100111001100011111010101011001011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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