Html Css Color HEX #362B15 Black Magic

📋 copy color: '#362B15'

red 54 ◦ green 43 ◦ blue 21

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

Shades of Black Magic #362B15

Tints of Black Magic #362B15

RGB

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

 GREEN value IS 43 (17.19% from 255) = 36.44%

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

R = 45.76%
G = 36.44%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#362B15 (or 0x362B15) is known color: Black Magic. HEX triplet: 36, 2B and 15. RGB value is (54,43,21). Sum of RGB (Red+Green+Blue) = 54+43+21=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 43 (17.19% from 255 or 36.44% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 54 - color contains mainly: red. Hex color #362B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362B15 is #C9D4EA. Grayscale: #2B2B2B. Windows color (decimal): -13227243 or 1387318. OLE color: 1387318.

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

Color convert

RGB 54 43 21 -
CMYK 0 0.20 0.61 0.79
HSL 40º 0.44% 0.15% -
HSV(B) 40º 0.61% 0.21% -
XYZ 2.52 2.57 1.07 -
YUV 43.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 54 43 21 0 0.20 0.61 0.79 40 0.44 0.15
Hex 36 2B 15 0 14 3D 4F 28 2C F
Octal 66 53 25 0 24 75 117 50 54 17
Binary 110110 101011 10101 0 10100 111101 1001111 101000 101100 1111

Color Harmonies of #362B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362B15

Black with #362B15

Text Example


Text Example

White with #362B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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