Html Css Color HEX #362914 Black Magic

📋 copy color: '#362914'

red 54 ◦ green 41 ◦ blue 20

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

Shades of Black Magic #362914

Tints of Black Magic #362914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 35.65%

 BLUE value IS 20 (8.2% from 255) = 17.39%

R = 46.96%
G = 35.65%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.79

RGB Variations

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

Color information

#362914 (or 0x362914) is known color: Black Magic. HEX triplet: 36, 29 and 14. RGB value is (54,41,20). Sum of RGB (Red+Green+Blue) = 54+41+20=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 54 - color contains mainly: red. Hex color #362914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362914 is #C9D6EB. Grayscale: #2A2A2A. Windows color (decimal): -13227756 or 1321270. OLE color: 1321270.

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

Color convert

RGB 54 41 20 -
CMYK 0 0.24 0.63 0.79
HSL 37.06º 0.46% 0.15% -
HSV(B) 37.06º 0.63% 0.21% -
XYZ 2.44 2.42 1 -
YUV 42.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 54 41 20 0 0.24 0.63 0.79 37.06 0.46 0.15
Hex 36 29 14 0 18 3F 4F 25 2E F
Octal 66 51 24 0 30 77 117 45 56 17
Binary 110110 101001 10100 0 11000 111111 1001111 100101 101110 1111

Color Harmonies of #362914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362914

Black with #362914

Text Example


Text Example

White with #362914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362914; }

 p { color: rgb(54,41,20); }

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

background-color css

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

 a { background-color: rgb(54,41,20); }

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

border-color css

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

 span { border-color: rgb(54,41,20); }

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