Html Css Color HEX #362D1E Black Magic

📋 copy color: '#362D1E'

red 54 ◦ green 45 ◦ blue 30

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

Shades of Black Magic #362D1E

Tints of Black Magic #362D1E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 34.88%

 BLUE value IS 30 (12.11% from 255) = 23.26%

R = 41.86%
G = 34.88%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.79

RGB Variations

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

Color information

#362D1E (or 0x362D1E) is known color: Black Magic. HEX triplet: 36, 2D and 1E. RGB value is (54,45,30). Sum of RGB (Red+Green+Blue) = 54+45+30=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 45 (17.97% from 255 or 34.88% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 54 - color contains mainly: red. Hex color #362D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362D1E is #C9D2E1. Grayscale: #2E2E2E. Windows color (decimal): -13226722 or 1977654. OLE color: 1977654.

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

Color convert

RGB 54 45 30 -
CMYK 0 0.17 0.44 0.79
HSL 37.5º 0.29% 0.16% -
HSV(B) 37.5º 0.44% 0.21% -
XYZ 2.69 2.75 1.62 -
YUV 45.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 54 45 30 0 0.17 0.44 0.79 37.5 0.29 0.16
Hex 36 2D 1E 0 11 2C 4F 26 1D 10
Octal 66 55 36 0 21 54 117 46 35 20
Binary 110110 101101 11110 0 10001 101100 1001111 100110 11101 10000

Color Harmonies of #362D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362D1E

Black with #362D1E

Text Example


Text Example

White with #362D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,45,30); }

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

background-color css

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

 a { background-color: rgb(54,45,30); }

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

border-color css

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

 span { border-color: rgb(54,45,30); }

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