Html Css Color HEX #332E06 Maire

📋 copy color: '#332E06'

red 51 ◦ green 46 ◦ blue 6

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

Shades of Maire #332E06

Tints of Maire #332E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.83%

R = 49.51%
G = 44.66%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.8

RGB Variations

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

Color information

#332E06 (or 0x332E06) is known color: Maire. HEX triplet: 33, 2E and 06. RGB value is (51,46,6). Sum of RGB (Red+Green+Blue) = 51+46+6=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 46 (18.36% from 255 or 44.66% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #332E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332E06 is #CCD1F9. Grayscale: #2B2B2B. Windows color (decimal): -13423098 or 405043. OLE color: 405043.

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

Color convert

RGB 51 46 6 -
CMYK 0 0.10 0.88 0.8
HSL 53.33º 0.79% 0.11% -
HSV(B) 53.33º 0.88% 0.2% -
XYZ 2.38 2.67 0.56 -
YUV 42.94 107.16 133.75 -
System Red Green Blue C M Y K H S L
Decimal 51 46 6 0 0.10 0.88 0.8 53.33 0.79 0.11
Hex 33 2E 6 0 A 58 50 35 4F B
Octal 63 56 6 0 12 130 120 65 117 13
Binary 110011 101110 110 0 1010 1011000 1010000 110101 1001111 1011

Color Harmonies of #332E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332E06

Black with #332E06

Text Example


Text Example

White with #332E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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