Html Css Color HEX #362D15 Black Magic

📋 copy color: '#362D15'

red 54 ◦ green 45 ◦ blue 21

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

Shades of Black Magic #362D15

Tints of Black Magic #362D15

RGB

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

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

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

R = 45%
G = 37.5%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#362D15 (or 0x362D15) is known color: Black Magic. HEX triplet: 36, 2D and 15. RGB value is (54,45,21). Sum of RGB (Red+Green+Blue) = 54+45+21=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 54 - color contains mainly: red. Hex color #362D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362D15 is #C9D2EA. Grayscale: #2D2D2D. Windows color (decimal): -13226731 or 1387830. OLE color: 1387830.

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

Color convert

RGB 54 45 21 -
CMYK 0 0.17 0.61 0.79
HSL 43.64º 0.44% 0.15% -
HSV(B) 43.64º 0.61% 0.21% -
XYZ 2.6 2.72 1.1 -
YUV 44.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 54 45 21 0 0.17 0.61 0.79 43.64 0.44 0.15
Hex 36 2D 15 0 11 3D 4F 2C 2C F
Octal 66 55 25 0 21 75 117 54 54 17
Binary 110110 101101 10101 0 10001 111101 1001111 101100 101100 1111

Color Harmonies of #362D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362D15

Black with #362D15

Text Example


Text Example

White with #362D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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