#37270C

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

Shades of Black Magic #37270C

Tints of Black Magic #37270C

Color information

#37270C (or 0x37270C) is unknown color: approx Black Magic. HEX triplet: 37, 27 and 0C. RGB value is (55,39,12). Sum of RGB (Red+Green+Blue) = 55+39+12=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #37270C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37270C is #C8D8F3. Grayscale: #282828. Windows color (decimal): -13162740 or 796471. OLE color: 796471.

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

Color convert

RGB553912-
CMYK00.290.780.78
HSL37.67º64.18%13.14%-
HSV(B)37.67º78.18%21.57%-
XYZ2.372.290.67-
YUV40.71111.8138.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.89%
GREEN value IS 39 (15.62% from 255) = 36.79%
BLUE value IS 12 (5.08% from 255) = 11.32%
R=51.89%
G=36.79%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55391200.290.780.7837.6764.1813.14
Hex3727C01D4E4E2640d
Octal6747140351161164610015
Binary11011110011111000111011001110100111010011010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37270C; }

 p { color: rgb(55,39,12); }

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

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

 a { background-color: rgb(55,39,12); }

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

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

 span { border-color: rgb(55,39,12); }

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