Html Css Color HEX #362E20 Black Magic

📋 copy color: '#362E20'

red 54 ◦ green 46 ◦ blue 32

#362E20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Magic #362E20

Tints of Black Magic #362E20

RGB

 RED value IS 54 (21.48% from 255) = 40.91%

 GREEN value IS 46 (18.36% from 255) = 34.85%

 BLUE value IS 32 (12.89% from 255) = 24.24%

R = 40.91%
G = 34.85%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.79

RGB Variations

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

Color information

#362E20 (or 0x362E20) is known color: Black Magic. HEX triplet: 36, 2E and 20. RGB value is (54,46,32). Sum of RGB (Red+Green+Blue) = 54+46+32=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 54 - color contains mainly: red. Hex color #362E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E20 is #C9D1DF. Grayscale: #2E2E2E. Windows color (decimal): -13226464 or 2108982. OLE color: 2108982.

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

Color convert

RGB 54 46 32 -
CMYK 0 0.15 0.41 0.79
HSL 38.18º 0.26% 0.17% -
HSV(B) 38.18º 0.41% 0.21% -
XYZ 2.76 2.84 1.77 -
YUV 46.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 54 46 32 0 0.15 0.41 0.79 38.18 0.26 0.17
Hex 36 2E 20 0 F 29 4F 26 1A 11
Octal 66 56 40 0 17 51 117 46 32 21
Binary 110110 101110 100000 0 1111 101001 1001111 100110 11010 10001

Color Harmonies of #362E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362E20

Black with #362E20

Text Example


Text Example

White with #362E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #362E20;
 }
 .AnyTagClassName
 {
   color: #362E20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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