Html Css Color HEX #362A15 Black Magic

📋 copy color: '#362A15'

red 54 ◦ green 42 ◦ blue 21

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

Shades of Black Magic #362A15

Tints of Black Magic #362A15

RGB

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

 GREEN value IS 42 (16.8% from 255) = 35.9%

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

R = 46.15%
G = 35.9%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#362A15 (or 0x362A15) is known color: Black Magic. HEX triplet: 36, 2A and 15. RGB value is (54,42,21). Sum of RGB (Red+Green+Blue) = 54+42+21=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 54 - color contains mainly: red. Hex color #362A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362A15 is #C9D5EA. Grayscale: #2B2B2B. Windows color (decimal): -13227499 or 1387062. OLE color: 1387062.

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

Color convert

RGB 54 42 21 -
CMYK 0 0.22 0.61 0.79
HSL 38.18º 0.44% 0.15% -
HSV(B) 38.18º 0.61% 0.21% -
XYZ 2.48 2.49 1.06 -
YUV 43.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 54 42 21 0 0.22 0.61 0.79 38.18 0.44 0.15
Hex 36 2A 15 0 16 3D 4F 26 2C F
Octal 66 52 25 0 26 75 117 46 54 17
Binary 110110 101010 10101 0 10110 111101 1001111 100110 101100 1111

Color Harmonies of #362A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362A15

Black with #362A15

Text Example


Text Example

White with #362A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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