#372814

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

Shades of Black Magic #372814

Tints of Black Magic #372814

Color information

#372814 (or 0x372814) is unknown color: approx Black Magic. HEX triplet: 37, 28 and 14. RGB value is (55,40,20). Sum of RGB (Red+Green+Blue) = 55+40+20=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #372814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372814 is #C8D7EB. Grayscale: #2A2A2A. Windows color (decimal): -13162476 or 1321015. OLE color: 1321015.

HSL color Cylindrical-coordinate representation of color #372814: hue angle of 34.29º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #372814 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB554020-
CMYK00.270.640.78
HSL34.29º46.67%14.71%-
HSV(B)34.29º63.64%21.57%-
XYZ2.462.380.99-
YUV42.2115.47137.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 47.83%
GREEN value IS 40 (16.02% from 255) = 34.78%
BLUE value IS 20 (8.20% from 255) = 17.39%
R=47.83%
G=34.78%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55402000.270.640.7834.2946.6714.71
Hex37281401B404E222ff
Octal675024033100116425717
Binary11011110100010100011011100000010011101000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372814; }

 p { color: rgb(55,40,20); }

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

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

 a { background-color: rgb(55,40,20); }

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

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

 span { border-color: rgb(55,40,20); }

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