#362E23

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

Shades of Black Magic #362E23

Tints of Black Magic #362E23

Color information

#362E23 (or 0x362E23) is unknown color: approx Black Magic. HEX triplet: 36, 2E and 23. RGB value is (54,46,35). Sum of RGB (Red+Green+Blue) = 54+46+35=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 54 - color contains mainly: red. Hex color #362E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E23 is #C9D1DC. Grayscale: #2F2F2F. Windows color (decimal): -13226461 or 2305590. OLE color: 2305590.

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

Color convert

RGB544635-
CMYK00.150.350.79
HSL34.74º21.35%17.45%-
HSV(B)34.74º35.19%21.18%-
XYZ2.82.861.99-
YUV47.14121.15132.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40%
GREEN value IS 46 (18.36% from 255) = 34.07%
BLUE value IS 35 (14.06% from 255) = 25.93%
R=40%
G=34.07%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54463500.150.350.7934.7421.3517.45
Hex362E230F234F231511
Octal66564301743117432521
Binary1101101011101000110111110001110011111000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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