Html Css Color HEX #362815 Black Magic

📋 copy color: '#362815'

red 54 ◦ green 40 ◦ blue 21

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

Shades of Black Magic #362815

Tints of Black Magic #362815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 34.78%

 BLUE value IS 21 (8.59% from 255) = 18.26%

R = 46.96%
G = 34.78%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#362815 (or 0x362815) is known color: Black Magic. HEX triplet: 36, 28 and 15. RGB value is (54,40,21). Sum of RGB (Red+Green+Blue) = 54+40+21=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 54 - color contains mainly: red. Hex color #362815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362815 is #C9D7EA. Grayscale: #2A2A2A. Windows color (decimal): -13228011 or 1386550. OLE color: 1386550.

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

Color convert

RGB 54 40 21 -
CMYK 0 0.26 0.61 0.79
HSL 34.55º 0.44% 0.15% -
HSV(B) 34.55º 0.61% 0.21% -
XYZ 2.42 2.36 1.04 -
YUV 42.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 54 40 21 0 0.26 0.61 0.79 34.55 0.44 0.15
Hex 36 28 15 0 1A 3D 4F 23 2C F
Octal 66 50 25 0 32 75 117 43 54 17
Binary 110110 101000 10101 0 11010 111101 1001111 100011 101100 1111

Color Harmonies of #362815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362815

Black with #362815

Text Example


Text Example

White with #362815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362815; }

 p { color: rgb(54,40,21); }

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

background-color css

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

 a { background-color: rgb(54,40,21); }

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

border-color css

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

 span { border-color: rgb(54,40,21); }

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