#362607

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

Shades of Black Magic #362607

Tints of Black Magic #362607

Color information

#362607 (or 0x362607) is unknown color: approx Black Magic. HEX triplet: 36, 26 and 07. RGB value is (54,38,7). Sum of RGB (Red+Green+Blue) = 54+38+7=99 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54.55% from 99); Green value is 38 (15.23% from 255 or 38.38% from 99); Blue value is 7 (3.12% from 255 or 7.07% from 99); Max value from RGB is 54 - color contains mainly: red. Hex color #362607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362607 is #C9D9F8. Grayscale: #272727. Windows color (decimal): -13228537 or 468534. OLE color: 468534.

HSL color Cylindrical-coordinate representation of color #362607: hue angle of 39.57º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #362607 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.79.

Color convert

RGB54387-
CMYK00.300.870.79
HSL39.57º77.05%11.96%-
HSV(B)39.57º87.04%21.18%-
XYZ2.252.190.5-
YUV39.25109.8138.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 54.55%
GREEN value IS 38 (15.23% from 255) = 38.38%
BLUE value IS 7 (3.12% from 255) = 7.07%
R=54.55%
G=38.38%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.87
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5438700.300.870.7939.5777.0511.96
Hex3626701E574F284dc
Octal664670361271175011514
Binary1101101001101110111101010111100111110100010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362607; }

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

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

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

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

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

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

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

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