Html Css Color HEX #332E00 Maire

📋 copy color: '#332E00'

red 51 ◦ green 46 ◦ blue 0

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

Shades of Maire #332E00

Tints of Maire #332E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.58%
G = 47.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.8

RGB Variations

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

Color information

#332E00 (or 0x332E00) is known color: Maire. HEX triplet: 33, 2E and 00. RGB value is (51,46,0). Sum of RGB (Red+Green+Blue) = 51+46+0=97 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.58% from 97); Green value is 46 (18.36% from 255 or 47.42% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 51 - color contains mainly: red. Hex color #332E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332E00 is #CCD1FF. Grayscale: #2A2A2A. Windows color (decimal): -13423104 or 11827. OLE color: 11827.

HSL color Cylindrical-coordinate representation of color #332E00: hue angle of 54.12º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #332E00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 46 0 -
CMYK 0 0.10 1 0.8
HSL 54.12º 1% 0.1% -
HSV(B) 54.12º 1% 0.2% -
XYZ 2.34 2.66 0.39 -
YUV 42.25 104.16 134.24 -
System Red Green Blue C M Y K H S L
Decimal 51 46 0 0 0.10 1 0.8 54.12 1 0.1
Hex 33 2E 0 0 A 64 50 36 64 A
Octal 63 56 0 0 12 144 120 66 144 12
Binary 110011 101110 0 0 1010 1100100 1010000 110110 1100100 1010

Color Harmonies of #332E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332E00

Black with #332E00

Text Example


Text Example

White with #332E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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