#372907

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

Shades of Black Magic #372907

Tints of Black Magic #372907

Color information

#372907 (or 0x372907) is unknown color: approx Black Magic. HEX triplet: 37, 29 and 07. RGB value is (55,41,7). Sum of RGB (Red+Green+Blue) = 55+41+7=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 7 (3.12% from 255 or 6.80% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #372907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372907 is #C8D6F8. Grayscale: #292929. Windows color (decimal): -13162233 or 469303. OLE color: 469303.

HSL color Cylindrical-coordinate representation of color #372907: hue angle of 42.5º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #372907 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.78.

Color convert

RGB55417-
CMYK00.250.870.78
HSL42.5º77.42%12.16%-
HSV(B)42.5º87.27%21.57%-
XYZ2.412.410.54-
YUV41.31108.64137.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 53.40%
GREEN value IS 41 (16.41% from 255) = 39.81%
BLUE value IS 7 (3.12% from 255) = 6.80%
R=53.40%
G=39.81%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.87
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5541700.250.870.7842.577.4212.16
Hex37297019574E2a4dc
Octal675170311271165211514
Binary1101111010011110110011010111100111010101010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372907; }

 p { color: rgb(55,41,7); }

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

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

 a { background-color: rgb(55,41,7); }

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

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

 span { border-color: rgb(55,41,7); }

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