Html Css Color HEX #362812 Black Magic

📋 copy color: '#362812'

red 54 ◦ green 40 ◦ blue 18

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

Shades of Black Magic #362812

Tints of Black Magic #362812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 35.71%

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

R = 48.21%
G = 35.71%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#362812 (or 0x362812) is known color: Black Magic. HEX triplet: 36, 28 and 12. RGB value is (54,40,18). Sum of RGB (Red+Green+Blue) = 54+40+18=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 54 - color contains mainly: red. Hex color #362812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362812 is #C9D7ED. Grayscale: #292929. Windows color (decimal): -13228014 or 1189942. OLE color: 1189942.

HSL color Cylindrical-coordinate representation of color #362812: hue angle of 36.67º 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 #362812 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 40 18 -
CMYK 0 0.26 0.67 0.79
HSL 36.67º 0.5% 0.14% -
HSV(B) 36.67º 0.67% 0.21% -
XYZ 2.39 2.35 0.9 -
YUV 41.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 54 40 18 0 0.26 0.67 0.79 36.67 0.5 0.14
Hex 36 28 12 0 1A 43 4F 25 32 E
Octal 66 50 22 0 32 103 117 45 62 16
Binary 110110 101000 10010 0 11010 1000011 1001111 100101 110010 1110

Color Harmonies of #362812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362812

Black with #362812

Text Example


Text Example

White with #362812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362812; }

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

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

background-color css

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

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

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

border-color css

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

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

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