Html Css Color HEX #362E1C Black Magic

📋 copy color: '#362E1C'

red 54 ◦ green 46 ◦ blue 28

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

Shades of Black Magic #362E1C

Tints of Black Magic #362E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.88%

R = 42.19%
G = 35.94%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.79

RGB Variations

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

Color information

#362E1C (or 0x362E1C) is known color: Black Magic. HEX triplet: 36, 2E and 1C. RGB value is (54,46,28). Sum of RGB (Red+Green+Blue) = 54+46+28=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 54 - color contains mainly: red. Hex color #362E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E1C is #C9D1E3. Grayscale: #2E2E2E. Windows color (decimal): -13226468 or 1846838. OLE color: 1846838.

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

Color convert

RGB 54 46 28 -
CMYK 0 0.15 0.48 0.79
HSL 41.54º 0.32% 0.16% -
HSV(B) 41.54º 0.48% 0.21% -
XYZ 2.71 2.82 1.5 -
YUV 46.34 117.65 133.46 -
System Red Green Blue C M Y K H S L
Decimal 54 46 28 0 0.15 0.48 0.79 41.54 0.32 0.16
Hex 36 2E 1C 0 F 30 4F 2A 20 10
Octal 66 56 34 0 17 60 117 52 40 20
Binary 110110 101110 11100 0 1111 110000 1001111 101010 100000 10000

Color Harmonies of #362E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362E1C

Black with #362E1C

Text Example


Text Example

White with #362E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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