Html Css Color HEX #362B1D Black Magic

📋 copy color: '#362B1D'

red 54 ◦ green 43 ◦ blue 29

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

Shades of Black Magic #362B1D

Tints of Black Magic #362B1D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 34.13%

 BLUE value IS 29 (11.72% from 255) = 23.02%

R = 42.86%
G = 34.13%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.79

RGB Variations

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

Color information

#362B1D (or 0x362B1D) is known color: Black Magic. HEX triplet: 36, 2B and 1D. RGB value is (54,43,29). Sum of RGB (Red+Green+Blue) = 54+43+29=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 54 - color contains mainly: red. Hex color #362B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362B1D is #C9D4E2. Grayscale: #2C2C2C. Windows color (decimal): -13227235 or 1911606. OLE color: 1911606.

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

Color convert

RGB 54 43 29 -
CMYK 0 0.20 0.46 0.79
HSL 33.6º 0.3% 0.16% -
HSV(B) 33.6º 0.46% 0.21% -
XYZ 2.61 2.6 1.53 -
YUV 44.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 54 43 29 0 0.20 0.46 0.79 33.6 0.3 0.16
Hex 36 2B 1D 0 14 2E 4F 22 1E 10
Octal 66 53 35 0 24 56 117 42 36 20
Binary 110110 101011 11101 0 10100 101110 1001111 100010 11110 10000

Color Harmonies of #362B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362B1D

Black with #362B1D

Text Example


Text Example

White with #362B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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