#362E1F

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

Shades of Black Magic #362E1F

Tints of Black Magic #362E1F

Color information

#362E1F (or 0x362E1F) is unknown color: approx Black Magic. HEX triplet: 36, 2E and 1F. RGB value is (54,46,31). Sum of RGB (Red+Green+Blue) = 54+46+31=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 54 - color contains mainly: red. Hex color #362E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E1F is #C9D1E0. Grayscale: #2E2E2E. Windows color (decimal): -13226465 or 2043446. OLE color: 2043446.

HSL color Cylindrical-coordinate representation of color #362E1F: hue angle of 39.13º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #362E1F is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB544631-
CMYK00.150.430.79
HSL39.13º27.06%16.67%-
HSV(B)39.13º42.59%21.18%-
XYZ2.752.841.7-
YUV46.68119.15133.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.22%
GREEN value IS 46 (18.36% from 255) = 35.11%
BLUE value IS 31 (12.5% from 255) = 23.66%
R=41.22%
G=35.11%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54463100.150.430.7939.1327.0616.67
Hex362E1F0F2B4F271b11
Octal66563701753117473321
Binary110110101110111110111110101110011111001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,46,31); }

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

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

 a { background-color: rgb(54,46,31); }

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

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

 span { border-color: rgb(54,46,31); }

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