Html Css Color HEX #362C14 Black Magic

📋 copy color: '#362C14'

red 54 ◦ green 44 ◦ blue 20

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

Shades of Black Magic #362C14

Tints of Black Magic #362C14

RGB

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

 GREEN value IS 44 (17.58% from 255) = 37.29%

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

R = 45.76%
G = 37.29%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.79

RGB Variations

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

Color information

#362C14 (or 0x362C14) is known color: Black Magic. HEX triplet: 36, 2C and 14. RGB value is (54,44,20). Sum of RGB (Red+Green+Blue) = 54+44+20=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 44 (17.58% from 255 or 37.29% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 54 - color contains mainly: red. Hex color #362C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362C14 is #C9D3EB. Grayscale: #2C2C2C. Windows color (decimal): -13226988 or 1322038. OLE color: 1322038.

HSL color Cylindrical-coordinate representation of color #362C14: hue angle of 42.35º 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 #362C14 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 44 20 -
CMYK 0 0.19 0.63 0.79
HSL 42.35º 0.46% 0.15% -
HSV(B) 42.35º 0.63% 0.21% -
XYZ 2.55 2.64 1.04 -
YUV 44.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 54 44 20 0 0.19 0.63 0.79 42.35 0.46 0.15
Hex 36 2C 14 0 13 3F 4F 2A 2E F
Octal 66 54 24 0 23 77 117 52 56 17
Binary 110110 101100 10100 0 10011 111111 1001111 101010 101110 1111

Color Harmonies of #362C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362C14

Black with #362C14

Text Example


Text Example

White with #362C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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