#36260E

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

Shades of Black Magic #36260E

Tints of Black Magic #36260E

Color information

#36260E (or 0x36260E) is unknown color: approx Black Magic. HEX triplet: 36, 26 and 0E. RGB value is (54,38,14). Sum of RGB (Red+Green+Blue) = 54+38+14=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #36260E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36260E is #C9D9F1. Grayscale: #282828. Windows color (decimal): -13228530 or 927286. OLE color: 927286.

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

Color convert

RGB543814-
CMYK00.300.740.79
HSL36º58.82%13.33%-
HSV(B)36º74.07%21.18%-
XYZ2.292.20.72-
YUV40.05113.3137.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.94%
GREEN value IS 38 (15.23% from 255) = 35.85%
BLUE value IS 14 (5.86% from 255) = 13.21%
R=50.94%
G=35.85%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54381400.300.740.793658.8213.33
Hex3626E01E4A4F243bd
Octal664616036112117447315
Binary1101101001101110011110100101010011111001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36260E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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