Html Css Color HEX #362915 Black Magic

📋 copy color: '#362915'

red 54 ◦ green 41 ◦ blue 21

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

Shades of Black Magic #362915

Tints of Black Magic #362915

RGB

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

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

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

R = 46.55%
G = 35.34%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#362915 (or 0x362915) is known color: Black Magic. HEX triplet: 36, 29 and 15. RGB value is (54,41,21). Sum of RGB (Red+Green+Blue) = 54+41+21=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 54 - color contains mainly: red. Hex color #362915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362915 is #C9D6EA. Grayscale: #2A2A2A. Windows color (decimal): -13227755 or 1386806. OLE color: 1386806.

HSL color Cylindrical-coordinate representation of color #362915: hue angle of 36.36º 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 #362915 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 41 21 -
CMYK 0 0.24 0.61 0.79
HSL 36.36º 0.44% 0.15% -
HSV(B) 36.36º 0.61% 0.21% -
XYZ 2.45 2.42 1.05 -
YUV 42.61 115.81 136.13 -
System Red Green Blue C M Y K H S L
Decimal 54 41 21 0 0.24 0.61 0.79 36.36 0.44 0.15
Hex 36 29 15 0 18 3D 4F 24 2C F
Octal 66 51 25 0 30 75 117 44 54 17
Binary 110110 101001 10101 0 11000 111101 1001111 100100 101100 1111

Color Harmonies of #362915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362915

Black with #362915

Text Example


Text Example

White with #362915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362915; }

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

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

background-color css

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

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

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

border-color css

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

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

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