Html Css Color HEX #332818 Black Magic

📋 copy color: '#332818'

red 51 ◦ green 40 ◦ blue 24

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

Shades of Black Magic #332818

Tints of Black Magic #332818

RGB

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

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

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

R = 44.35%
G = 34.78%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.8

RGB Variations

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

Color information

#332818 (or 0x332818) is known color: Black Magic. HEX triplet: 33, 28 and 18. RGB value is (51,40,24). Sum of RGB (Red+Green+Blue) = 51+40+24=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 51 - color contains mainly: red. Hex color #332818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332818 is #CCD7E7. Grayscale: #292929. Windows color (decimal): -13424616 or 1583155. OLE color: 1583155.

HSL color Cylindrical-coordinate representation of color #332818: hue angle of 35.56º 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 #332818 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 40 24 -
CMYK 0 0.22 0.53 0.8
HSL 35.56º 0.36% 0.15% -
HSV(B) 35.56º 0.53% 0.2% -
XYZ 2.29 2.29 1.19 -
YUV 41.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 51 40 24 0 0.22 0.53 0.8 35.56 0.36 0.15
Hex 33 28 18 0 16 35 50 24 24 F
Octal 63 50 30 0 26 65 120 44 44 17
Binary 110011 101000 11000 0 10110 110101 1010000 100100 100100 1111

Color Harmonies of #332818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332818

Black with #332818

Text Example


Text Example

White with #332818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332818; }

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

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

background-color css

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

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

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

border-color css

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

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

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