Html Css Color HEX #362918 Black Magic

📋 copy color: '#362918'

red 54 ◦ green 41 ◦ blue 24

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

Shades of Black Magic #362918

Tints of Black Magic #362918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 20.17%

R = 45.38%
G = 34.45%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.79

RGB Variations

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

Color information

#362918 (or 0x362918) is known color: Black Magic. HEX triplet: 36, 29 and 18. RGB value is (54,41,24). Sum of RGB (Red+Green+Blue) = 54+41+24=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 54 - color contains mainly: red. Hex color #362918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362918 is #C9D6E7. Grayscale: #2B2B2B. Windows color (decimal): -13227752 or 1583414. OLE color: 1583414.

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

Color convert

RGB 54 41 24 -
CMYK 0 0.24 0.56 0.79
HSL 34º 0.38% 0.15% -
HSV(B) 34º 0.56% 0.21% -
XYZ 2.48 2.44 1.2 -
YUV 42.95 117.31 135.88 -
System Red Green Blue C M Y K H S L
Decimal 54 41 24 0 0.24 0.56 0.79 34 0.38 0.15
Hex 36 29 18 0 18 38 4F 22 26 F
Octal 66 51 30 0 30 70 117 42 46 17
Binary 110110 101001 11000 0 11000 111000 1001111 100010 100110 1111

Color Harmonies of #362918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362918

Black with #362918

Text Example


Text Example

White with #362918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362918; }

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

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

background-color css

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

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

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

border-color css

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

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

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