#362B1B

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

Shades of Black Magic #362B1B

Tints of Black Magic #362B1B

Color information

#362B1B (or 0x362B1B) is unknown color: approx Black Magic. HEX triplet: 36, 2B and 1B. RGB value is (54,43,27). Sum of RGB (Red+Green+Blue) = 54+43+27=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 54 - color contains mainly: red. Hex color #362B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362B1B is #C9D4E4. Grayscale: #2C2C2C. Windows color (decimal): -13227237 or 1780534. OLE color: 1780534.

HSL color Cylindrical-coordinate representation of color #362B1B: hue angle of 35.56º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #362B1B is Cyan = 0, Magento = 0.20, Yellow = 0.5 and Black (K on CMYK) = 0.79.

Color convert

RGB544327-
CMYK00.200.50.79
HSL35.56º33.33%15.88%-
HSV(B)35.56º50%21.18%-
XYZ2.582.591.4-
YUV44.46118.14134.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.55%
GREEN value IS 43 (17.19% from 255) = 34.68%
BLUE value IS 27 (10.94% from 255) = 21.77%
R=43.55%
G=34.68%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54432700.200.50.7935.5633.3315.88
Hex362B1B014324F242110
Octal66533302462117444120
Binary11011010101111011010100110010100111110010010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,43,27); }

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

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

 a { background-color: rgb(54,43,27); }

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

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

 span { border-color: rgb(54,43,27); }

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