Html Css Color HEX #332B06 Maire

📋 copy color: '#332B06'

red 51 ◦ green 43 ◦ blue 6

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

Shades of Maire #332B06

Tints of Maire #332B06

RGB

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

 GREEN value IS 43 (17.19% from 255) = 43%

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

R = 51%
G = 43%
B = 6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.8

RGB Variations

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

Color information

#332B06 (or 0x332B06) is known color: Maire. HEX triplet: 33, 2B and 06. RGB value is (51,43,6). Sum of RGB (Red+Green+Blue) = 51+43+6=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 43 (17.19% from 255 or 43% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #332B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332B06 is #CCD4F9. Grayscale: #292929. Windows color (decimal): -13423866 or 404275. OLE color: 404275.

HSL color Cylindrical-coordinate representation of color #332B06: hue angle of 49.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 #332B06 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 43 6 -
CMYK 0 0.16 0.88 0.8
HSL 49.33º 0.79% 0.11% -
HSV(B) 49.33º 0.88% 0.2% -
XYZ 2.26 2.44 0.52 -
YUV 41.17 108.15 135.01 -
System Red Green Blue C M Y K H S L
Decimal 51 43 6 0 0.16 0.88 0.8 49.33 0.79 0.11
Hex 33 2B 6 0 10 58 50 31 4F B
Octal 63 53 6 0 20 130 120 61 117 13
Binary 110011 101011 110 0 10000 1011000 1010000 110001 1001111 1011

Color Harmonies of #332B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332B06

Black with #332B06

Text Example


Text Example

White with #332B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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