#36270C

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

Shades of Black Magic #36270C

Tints of Black Magic #36270C

Color information

#36270C (or 0x36270C) is unknown color: approx Black Magic. HEX triplet: 36, 27 and 0C. RGB value is (54,39,12). Sum of RGB (Red+Green+Blue) = 54+39+12=105 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.43% from 105); Green value is 39 (15.62% from 255 or 37.14% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 54 - color contains mainly: red. Hex color #36270C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36270C is #C9D8F3. Grayscale: #282828. Windows color (decimal): -13228276 or 796470. OLE color: 796470.

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

Color convert

RGB543912-
CMYK00.280.780.79
HSL38.57º63.64%12.94%-
HSV(B)38.57º77.78%21.18%-
XYZ2.312.260.66-
YUV40.41111.97137.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 51.43%
GREEN value IS 39 (15.62% from 255) = 37.14%
BLUE value IS 12 (5.08% from 255) = 11.43%
R=51.43%
G=37.14%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.78
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54391200.280.780.7938.5763.6412.94
Hex3627C01C4E4F2740d
Octal6647140341161174710015
Binary11011010011111000111001001110100111110011110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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