#362A08

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

Shades of Black Magic #362A08

Tints of Black Magic #362A08

Color information

#362A08 (or 0x362A08) is unknown color: approx Black Magic. HEX triplet: 36, 2A and 08. RGB value is (54,42,8). Sum of RGB (Red+Green+Blue) = 54+42+8=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 42 (16.80% from 255 or 40.38% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #362A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362A08 is #C9D5F7. Grayscale: #292929. Windows color (decimal): -13227512 or 535094. OLE color: 535094.

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

Color convert

RGB54428-
CMYK00.220.850.79
HSL44.35º74.19%12.16%-
HSV(B)44.35º85.19%21.18%-
XYZ2.392.460.58-
YUV41.71108.98136.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 51.92%
GREEN value IS 42 (16.80% from 255) = 40.38%
BLUE value IS 8 (3.52% from 255) = 7.69%
R=51.92%
G=40.38%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5442800.220.850.7944.3574.1912.16
Hex362A8016554F2c4ac
Octal6652100261251175411214
Binary11011010101010000101101010101100111110110010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362A08; }

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

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

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

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

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

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

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

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