#251F16

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

Shades of Black Magic #251F16

Tints of Black Magic #251F16

Color information

#251F16 (or 0x251F16) is unknown color: approx Black Magic. HEX triplet: 25, 1F and 16. RGB value is (37,31,22). Sum of RGB (Red+Green+Blue) = 37+31+22=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 37 - color contains mainly: red. Hex color #251F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251F16 is #DAE0E9. Grayscale: #1F1F1F. Windows color (decimal): -14344426 or 1449765. OLE color: 1449765.

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

Color convert

RGB373122-
CMYK00.160.410.85
HSL36º25.42%11.57%-
HSV(B)36º40.54%14.51%-
XYZ1.41.430.96-
YUV31.77122.49131.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.11%
GREEN value IS 31 (12.5% from 255) = 34.44%
BLUE value IS 22 (8.98% from 255) = 24.44%
R=41.11%
G=34.44%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37312200.160.410.853625.4211.57
Hex251F1601029552419c
Octal45372602051125443114
Binary10010111111101100100001010011010101100100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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