#362508

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

Shades of Black Magic #362508

Tints of Black Magic #362508

Color information

#362508 (or 0x362508) is unknown color: approx Black Magic. HEX triplet: 36, 25 and 08. RGB value is (54,37,8). Sum of RGB (Red+Green+Blue) = 54+37+8=99 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54.55% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 54 - color contains mainly: red. Hex color #362508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362508 is #C9DAF7. Grayscale: #262626. Windows color (decimal): -13228792 or 533814. OLE color: 533814.

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

Color convert

RGB54378-
CMYK00.310.850.79
HSL37.83º74.19%12.16%-
HSV(B)37.83º85.19%21.18%-
XYZ2.232.120.52-
YUV38.78110.63138.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 54.55%
GREEN value IS 37 (14.84% from 255) = 37.37%
BLUE value IS 8 (3.52% from 255) = 8.08%
R=54.55%
G=37.37%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5437800.310.850.7937.8374.1912.16
Hex3625801F554F264ac
Octal6645100371251174611214
Binary11011010010110000111111010101100111110011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362508; }

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

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

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

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

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

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

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

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