#362608

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

Shades of Black Magic #362608

Tints of Black Magic #362608

Color information

#362608 (or 0x362608) is unknown color: approx Black Magic. HEX triplet: 36, 26 and 08. RGB value is (54,38,8). Sum of RGB (Red+Green+Blue) = 54+38+8=100 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 54 - color contains mainly: red. Hex color #362608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362608 is #C9D9F7. Grayscale: #272727. Windows color (decimal): -13228536 or 534070. OLE color: 534070.

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

Color convert

RGB54388-
CMYK00.300.850.79
HSL39.13º74.19%12.16%-
HSV(B)39.13º85.19%21.18%-
XYZ2.262.190.53-
YUV39.36110.3138.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 54%
GREEN value IS 38 (15.23% from 255) = 38%
BLUE value IS 8 (3.52% from 255) = 8%
R=54%
G=38%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5438800.300.850.7939.1374.1912.16
Hex3626801E554F274ac
Octal6646100361251174711214
Binary11011010011010000111101010101100111110011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362608; }

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

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

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

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

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

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

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

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