#251F14

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

Shades of Black Magic #251F14

Tints of Black Magic #251F14

Color information

#251F14 (or 0x251F14) is unknown color: approx Black Magic. HEX triplet: 25, 1F and 14. RGB value is (37,31,20). Sum of RGB (Red+Green+Blue) = 37+31+20=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 37 - color contains mainly: red. Hex color #251F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251F14 is #DAE0EB. Grayscale: #1F1F1F. Windows color (decimal): -14344428 or 1318693. OLE color: 1318693.

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

Color convert

RGB373120-
CMYK00.160.460.85
HSL38.82º29.82%11.18%-
HSV(B)38.82º45.95%14.51%-
XYZ1.381.420.86-
YUV31.54121.49131.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.05%
GREEN value IS 31 (12.5% from 255) = 35.23%
BLUE value IS 20 (8.20% from 255) = 22.73%
R=42.05%
G=35.23%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37312000.160.460.8538.8229.8211.18
Hex251F140102E55271eb
Octal45372402056125473613
Binary10010111111101000100001011101010101100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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