Html Css Color HEX #332E18 Maire

📋 copy color: '#332E18'

red 51 ◦ green 46 ◦ blue 24

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

Shades of Maire #332E18

Tints of Maire #332E18

RGB

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

 GREEN value IS 46 (18.36% from 255) = 38.02%

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

R = 42.15%
G = 38.02%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.8

RGB Variations

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

Color information

#332E18 (or 0x332E18) is known color: Maire. HEX triplet: 33, 2E and 18. RGB value is (51,46,24). Sum of RGB (Red+Green+Blue) = 51+46+24=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 46 (18.36% from 255 or 38.02% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 51 - color contains mainly: red. Hex color #332E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332E18 is #CCD1E7. Grayscale: #2D2D2D. Windows color (decimal): -13423080 or 1584691. OLE color: 1584691.

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

Color convert

RGB 51 46 24 -
CMYK 0 0.10 0.53 0.8
HSL 48.89º 0.36% 0.15% -
HSV(B) 48.89º 0.53% 0.2% -
XYZ 2.51 2.72 1.26 -
YUV 44.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 51 46 24 0 0.10 0.53 0.8 48.89 0.36 0.15
Hex 33 2E 18 0 A 35 50 31 24 F
Octal 63 56 30 0 12 65 120 61 44 17
Binary 110011 101110 11000 0 1010 110101 1010000 110001 100100 1111

Color Harmonies of #332E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332E18

Black with #332E18

Text Example


Text Example

White with #332E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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