#37260C

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

Shades of Black Magic #37260C

Tints of Black Magic #37260C

Color information

#37260C (or 0x37260C) is unknown color: approx Black Magic. HEX triplet: 37, 26 and 0C. RGB value is (55,38,12). Sum of RGB (Red+Green+Blue) = 55+38+12=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #37260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37260C is #C8D9F3. Grayscale: #282828. Windows color (decimal): -13162996 or 796215. OLE color: 796215.

HSL color Cylindrical-coordinate representation of color #37260C: hue angle of 36.28º 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 #37260C is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB553812-
CMYK00.310.780.78
HSL36.28º64.18%13.14%-
HSV(B)36.28º78.18%21.57%-
XYZ2.342.220.65-
YUV40.12112.13138.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.38%
GREEN value IS 38 (15.23% from 255) = 36.19%
BLUE value IS 12 (5.08% from 255) = 11.43%
R=52.38%
G=36.19%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55381200.310.780.7836.2864.1813.14
Hex3726C01F4E4E2440d
Octal6746140371161164410015
Binary11011110011011000111111001110100111010010010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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