#372905

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

Shades of Black Magic #372905

Tints of Black Magic #372905

Color information

#372905 (or 0x372905) is unknown color: approx Black Magic. HEX triplet: 37, 29 and 05. RGB value is (55,41,5). Sum of RGB (Red+Green+Blue) = 55+41+5=101 (13% of max value = 765). Red value is 55 (21.88% from 255 or 54.46% from 101); Green value is 41 (16.41% from 255 or 40.59% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 55 - color contains mainly: red. Hex color #372905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372905 is #C8D6FA. Grayscale: #292929. Windows color (decimal): -13162235 or 338231. OLE color: 338231.

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

Color convert

RGB55415-
CMYK00.250.910.78
HSL43.2º83.33%11.76%-
HSV(B)43.2º90.91%21.57%-
XYZ2.42.410.48-
YUV41.08107.64137.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 54.46%
GREEN value IS 41 (16.41% from 255) = 40.59%
BLUE value IS 5 (2.34% from 255) = 4.95%
R=54.46%
G=40.59%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5541500.250.910.7843.283.3311.76
Hex372950195B4E2b53c
Octal675150311331165312314
Binary1101111010011010110011011011100111010101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372905; }

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

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

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

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

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

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

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

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