#251C0B

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

Shades of Black Magic #251C0B

Tints of Black Magic #251C0B

Color information

#251C0B (or 0x251C0B) is unknown color: approx Black Magic. HEX triplet: 25, 1C and 0B. RGB value is (37,28,11). Sum of RGB (Red+Green+Blue) = 37+28+11=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 28 (11.33% from 255 or 36.84% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #251C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251C0B is #DAE3F4. Grayscale: #1C1C1C. Windows color (decimal): -14345205 or 728101. OLE color: 728101.

HSL color Cylindrical-coordinate representation of color #251C0B: hue angle of 39.23º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #251C0B is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB372811-
CMYK00.240.700.85
HSL39.23º54.17%9.41%-
HSV(B)39.23º70.27%14.51%-
XYZ1.241.250.49-
YUV28.75117.98133.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.68%
GREEN value IS 28 (11.33% from 255) = 36.84%
BLUE value IS 11 (4.69% from 255) = 14.47%
R=48.68%
G=36.84%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37281100.240.700.8539.2354.179.41
Hex251CB018465527369
Octal453413030106125476611
Binary100101111001011011000100011010101011001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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