Html Css Color HEX #362912 Black Magic

📋 copy color: '#362912'

red 54 ◦ green 41 ◦ blue 18

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

Shades of Black Magic #362912

Tints of Black Magic #362912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.93%

R = 47.79%
G = 36.28%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#362912 (or 0x362912) is known color: Black Magic. HEX triplet: 36, 29 and 12. RGB value is (54,41,18). Sum of RGB (Red+Green+Blue) = 54+41+18=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 54 - color contains mainly: red. Hex color #362912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362912 is #C9D6ED. Grayscale: #2A2A2A. Windows color (decimal): -13227758 or 1190198. OLE color: 1190198.

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

Color convert

RGB 54 41 18 -
CMYK 0 0.24 0.67 0.79
HSL 38.33º 0.5% 0.14% -
HSV(B) 38.33º 0.67% 0.21% -
XYZ 2.42 2.41 0.91 -
YUV 42.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 54 41 18 0 0.24 0.67 0.79 38.33 0.5 0.14
Hex 36 29 12 0 18 43 4F 26 32 E
Octal 66 51 22 0 30 103 117 46 62 16
Binary 110110 101001 10010 0 11000 1000011 1001111 100110 110010 1110

Color Harmonies of #362912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362912

Black with #362912

Text Example


Text Example

White with #362912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362912; }

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

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

background-color css

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

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

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

border-color css

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

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

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