Html Css Color HEX #332918 Black Magic

📋 copy color: '#332918'

red 51 ◦ green 41 ◦ blue 24

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

Shades of Black Magic #332918

Tints of Black Magic #332918

RGB

 RED value IS 51 (20.31% from 255) = 43.97%

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

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

R = 43.97%
G = 35.34%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.8

RGB Variations

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

Color information

#332918 (or 0x332918) is known color: Black Magic. HEX triplet: 33, 29 and 18. RGB value is (51,41,24). Sum of RGB (Red+Green+Blue) = 51+41+24=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #332918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332918 is #CCD6E7. Grayscale: #2A2A2A. Windows color (decimal): -13424360 or 1583411. OLE color: 1583411.

HSL color Cylindrical-coordinate representation of color #332918: hue angle of 37.78º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #332918 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 41 24 -
CMYK 0 0.20 0.53 0.8
HSL 37.78º 0.36% 0.15% -
HSV(B) 37.78º 0.53% 0.2% -
XYZ 2.32 2.36 1.2 -
YUV 42.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 51 41 24 0 0.20 0.53 0.8 37.78 0.36 0.15
Hex 33 29 18 0 14 35 50 26 24 F
Octal 63 51 30 0 24 65 120 46 44 17
Binary 110011 101001 11000 0 10100 110101 1010000 100110 100100 1111

Color Harmonies of #332918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332918

Black with #332918

Text Example


Text Example

White with #332918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332918; }

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

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

background-color css

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

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

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

border-color css

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

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

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