#251F13

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

Shades of Black Magic #251F13

Tints of Black Magic #251F13

Color information

#251F13 (or 0x251F13) is unknown color: approx Black Magic. HEX triplet: 25, 1F and 13. RGB value is (37,31,19). Sum of RGB (Red+Green+Blue) = 37+31+19=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 31 (12.5% from 255 or 35.63% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 37 - color contains mainly: red. Hex color #251F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251F13 is #DAE0EC. Grayscale: #1F1F1F. Windows color (decimal): -14344429 or 1253157. OLE color: 1253157.

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

Color convert

RGB373119-
CMYK00.160.490.85
HSL40º32.14%10.98%-
HSV(B)40º48.65%14.51%-
XYZ1.371.420.82-
YUV31.43120.99131.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.53%
GREEN value IS 31 (12.5% from 255) = 35.63%
BLUE value IS 19 (7.81% from 255) = 21.84%
R=42.53%
G=35.63%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37311900.160.490.854032.1410.98
Hex251F1301031552820b
Octal45372302061125504013
Binary100101111111001101000011000110101011010001000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,31,19); }

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

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

 a { background-color: rgb(37,31,19); }

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

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

 span { border-color: rgb(37,31,19); }

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