#251F17

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

Shades of Black Magic #251F17

Tints of Black Magic #251F17

Color information

#251F17 (or 0x251F17) is unknown color: approx Black Magic. HEX triplet: 25, 1F and 17. RGB value is (37,31,23). Sum of RGB (Red+Green+Blue) = 37+31+23=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 31 (12.5% from 255 or 34.07% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 37 - color contains mainly: red. Hex color #251F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251F17 is #DAE0E8. Grayscale: #1F1F1F. Windows color (decimal): -14344425 or 1515301. OLE color: 1515301.

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

Color convert

RGB373123-
CMYK00.160.380.85
HSL34.29º23.33%11.76%-
HSV(B)34.29º37.84%14.51%-
XYZ1.411.441.01-
YUV31.88122.99131.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.66%
GREEN value IS 31 (12.5% from 255) = 34.07%
BLUE value IS 23 (9.38% from 255) = 25.27%
R=40.66%
G=34.07%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37312300.160.380.8534.2923.3311.76
Hex251F1701026552217c
Octal45372702046125422714
Binary10010111111101110100001001101010101100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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