#36260C

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

Shades of Black Magic #36260C

Tints of Black Magic #36260C

Color information

#36260C (or 0x36260C) is unknown color: approx Black Magic. HEX triplet: 36, 26 and 0C. RGB value is (54,38,12). Sum of RGB (Red+Green+Blue) = 54+38+12=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #36260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36260C is #C9D9F3. Grayscale: #272727. Windows color (decimal): -13228532 or 796214. OLE color: 796214.

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

Color convert

RGB543812-
CMYK00.300.780.79
HSL37.14º63.64%12.94%-
HSV(B)37.14º77.78%21.18%-
XYZ2.282.20.65-
YUV39.82112.3138.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 51.92%
GREEN value IS 38 (15.23% from 255) = 36.54%
BLUE value IS 12 (5.08% from 255) = 11.54%
R=51.92%
G=36.54%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54381200.300.780.7937.1463.6412.94
Hex3626C01E4E4F2540d
Octal6646140361161174510015
Binary11011010011011000111101001110100111110010110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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