#37260A

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

Shades of Black Magic #37260A

Tints of Black Magic #37260A

Color information

#37260A (or 0x37260A) is unknown color: approx Black Magic. HEX triplet: 37, 26 and 0A. RGB value is (55,38,10). Sum of RGB (Red+Green+Blue) = 55+38+10=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #37260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37260A is #C8D9F5. Grayscale: #282828. Windows color (decimal): -13162998 or 665143. OLE color: 665143.

HSL color Cylindrical-coordinate representation of color #37260A: hue angle of 37.33º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37260A is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB553810-
CMYK00.310.820.78
HSL37.33º69.23%12.75%-
HSV(B)37.33º81.82%21.57%-
XYZ2.322.220.59-
YUV39.89111.13138.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 53.40%
GREEN value IS 38 (15.23% from 255) = 36.89%
BLUE value IS 10 (4.30% from 255) = 9.71%
R=53.40%
G=36.89%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55381000.310.820.7837.3369.2312.75
Hex3726A01F524E2545d
Octal6746120371221164510515
Binary11011110011010100111111010010100111010010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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