Html Css Color HEX #332F1B Maire

📋 copy color: '#332F1B'

red 51 ◦ green 47 ◦ blue 27

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

Shades of Maire #332F1B

Tints of Maire #332F1B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 37.6%

 BLUE value IS 27 (10.94% from 255) = 21.6%

R = 40.8%
G = 37.6%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.8

RGB Variations

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

Color information

#332F1B (or 0x332F1B) is known color: Maire. HEX triplet: 33, 2F and 1B. RGB value is (51,47,27). Sum of RGB (Red+Green+Blue) = 51+47+27=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 51 - color contains mainly: red. Hex color #332F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332F1B is #CCD0E4. Grayscale: #2D2D2D. Windows color (decimal): -13422821 or 1781555. OLE color: 1781555.

HSL color Cylindrical-coordinate representation of color #332F1B: hue angle of 50º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #332F1B is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 47 27 -
CMYK 0 0.08 0.47 0.8
HSL 50º 0.31% 0.15% -
HSV(B) 50º 0.47% 0.2% -
XYZ 2.58 2.82 1.44 -
YUV 45.92 117.33 131.63 -
System Red Green Blue C M Y K H S L
Decimal 51 47 27 0 0.08 0.47 0.8 50 0.31 0.15
Hex 33 2F 1B 0 8 2F 50 32 1F F
Octal 63 57 33 0 10 57 120 62 37 17
Binary 110011 101111 11011 0 1000 101111 1010000 110010 11111 1111

Color Harmonies of #332F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332F1B

Black with #332F1B

Text Example


Text Example

White with #332F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,47,27); }

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

background-color css

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

 a { background-color: rgb(51,47,27); }

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

border-color css

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

 span { border-color: rgb(51,47,27); }

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