#36270F

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

Shades of Black Magic #36270F

Tints of Black Magic #36270F

Color information

#36270F (or 0x36270F) is unknown color: approx Black Magic. HEX triplet: 36, 27 and 0F. RGB value is (54,39,15). Sum of RGB (Red+Green+Blue) = 54+39+15=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #36270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36270F is #C9D8F0. Grayscale: #282828. Windows color (decimal): -13228273 or 993078. OLE color: 993078.

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

Color convert

RGB543915-
CMYK00.280.720.79
HSL36.92º56.52%13.53%-
HSV(B)36.92º72.22%21.18%-
XYZ2.332.270.77-
YUV40.75113.47137.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50%
GREEN value IS 39 (15.62% from 255) = 36.11%
BLUE value IS 15 (6.25% from 255) = 13.89%
R=50%
G=36.11%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54391500.280.720.7936.9256.5213.53
Hex3627F01C484F2539e
Octal664717034110117457116
Binary1101101001111111011100100100010011111001011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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