#362707

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

Shades of Black Magic #362707

Tints of Black Magic #362707

Color information

#362707 (or 0x362707) is unknown color: approx Black Magic. HEX triplet: 36, 27 and 07. RGB value is (54,39,7). Sum of RGB (Red+Green+Blue) = 54+39+7=100 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54% from 100); Green value is 39 (15.62% from 255 or 39% from 100); Blue value is 7 (3.12% from 255 or 7% from 100); Max value from RGB is 54 - color contains mainly: red. Hex color #362707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362707 is #C9D8F8. Grayscale: #272727. Windows color (decimal): -13228281 or 468790. OLE color: 468790.

HSL color Cylindrical-coordinate representation of color #362707: hue angle of 40.85º 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 #362707 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.79.

Color convert

RGB54397-
CMYK00.280.870.79
HSL40.85º77.05%11.96%-
HSV(B)40.85º87.04%21.18%-
XYZ2.292.250.51-
YUV39.84109.47138.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 54%
GREEN value IS 39 (15.62% from 255) = 39%
BLUE value IS 7 (3.12% from 255) = 7%
R=54%
G=39%
B=7%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.87
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5439700.280.870.7940.8577.0511.96
Hex3627701C574F294dc
Octal664770341271175111514
Binary1101101001111110111001010111100111110100110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362707; }

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

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

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

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

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

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

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

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