Html Css Color HEX #362911 Black Magic

📋 copy color: '#362911'

red 54 ◦ green 41 ◦ blue 17

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

Shades of Black Magic #362911

Tints of Black Magic #362911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 15.18%

R = 48.21%
G = 36.61%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.79

RGB Variations

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

Color information

#362911 (or 0x362911) is known color: Black Magic. HEX triplet: 36, 29 and 11. RGB value is (54,41,17). Sum of RGB (Red+Green+Blue) = 54+41+17=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 54 - color contains mainly: red. Hex color #362911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362911 is #C9D6EE. Grayscale: #2A2A2A. Windows color (decimal): -13227759 or 1124662. OLE color: 1124662.

HSL color Cylindrical-coordinate representation of color #362911: hue angle of 38.92º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #362911 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 41 17 -
CMYK 0 0.24 0.69 0.79
HSL 38.92º 0.52% 0.14% -
HSV(B) 38.92º 0.69% 0.21% -
XYZ 2.42 2.41 0.87 -
YUV 42.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 54 41 17 0 0.24 0.69 0.79 38.92 0.52 0.14
Hex 36 29 11 0 18 45 4F 27 34 E
Octal 66 51 21 0 30 105 117 47 64 16
Binary 110110 101001 10001 0 11000 1000101 1001111 100111 110100 1110

Color Harmonies of #362911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362911

Black with #362911

Text Example


Text Example

White with #362911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362911; }

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

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

background-color css

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

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

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

border-color css

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

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

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