#372A0E

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

Shades of Black Magic #372A0E

Tints of Black Magic #372A0E

Color information

#372A0E (or 0x372A0E) is unknown color: approx Black Magic. HEX triplet: 37, 2A and 0E. RGB value is (55,42,14). Sum of RGB (Red+Green+Blue) = 55+42+14=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #372A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372A0E is #C8D5F1. Grayscale: #2A2A2A. Windows color (decimal): -13161970 or 928311. OLE color: 928311.

HSL color Cylindrical-coordinate representation of color #372A0E: hue angle of 40.98º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #372A0E is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB554214-
CMYK00.240.750.78
HSL40.98º59.42%13.53%-
HSV(B)40.98º74.55%21.57%-
XYZ2.482.50.77-
YUV42.7111.81136.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 49.55%
GREEN value IS 42 (16.80% from 255) = 37.84%
BLUE value IS 14 (5.86% from 255) = 12.61%
R=49.55%
G=37.84%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55421400.240.750.7840.9859.4213.53
Hex372AE0184B4E293be
Octal675216030113116517316
Binary1101111010101110011000100101110011101010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372A0E; }

 p { color: rgb(55,42,14); }

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

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

 a { background-color: rgb(55,42,14); }

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

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

 span { border-color: rgb(55,42,14); }

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