#36270E

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

Shades of Black Magic #36270E

Tints of Black Magic #36270E

Color information

#36270E (or 0x36270E) is unknown color: approx Black Magic. HEX triplet: 36, 27 and 0E. RGB value is (54,39,14). Sum of RGB (Red+Green+Blue) = 54+39+14=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #36270E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36270E is #C9D8F1. Grayscale: #282828. Windows color (decimal): -13228274 or 927542. OLE color: 927542.

HSL color Cylindrical-coordinate representation of color #36270E: hue angle of 37.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36270E is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB543914-
CMYK00.280.740.79
HSL37.5º58.82%13.33%-
HSV(B)37.5º74.07%21.18%-
XYZ2.332.270.73-
YUV40.64112.97137.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.47%
GREEN value IS 39 (15.62% from 255) = 36.45%
BLUE value IS 14 (5.86% from 255) = 13.08%
R=50.47%
G=36.45%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54391400.280.740.7937.558.8213.33
Hex3627E01C4A4F263bd
Octal664716034112117467315
Binary1101101001111110011100100101010011111001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36270E; }

 p { color: rgb(54,39,14); }

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

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

 a { background-color: rgb(54,39,14); }

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

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

 span { border-color: rgb(54,39,14); }

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