#342F1B

Color #342F1B Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #342F1B

Tints of Maire #342F1B

Color information

#342F1B (or 0x342F1B) is unknown color: approx Maire. HEX triplet: 34, 2F and 1B. RGB value is (52,47,27). Sum of RGB (Red+Green+Blue) = 52+47+27=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 52 - color contains mainly: red. Hex color #342F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F1B is #CBD0E4. Grayscale: #2E2E2E. Windows color (decimal): -13357285 or 1781556. OLE color: 1781556.

HSL color Cylindrical-coordinate representation of color #342F1B: hue angle of 48º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #342F1B is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB524727-
CMYK00.100.480.80
HSL48º31.65%15.49%-
HSV(B)48º48.08%20.39%-
XYZ2.632.841.45-
YUV46.22117.16132.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.27%
GREEN value IS 47 (18.75% from 255) = 37.30%
BLUE value IS 27 (10.94% from 255) = 21.43%
R=41.27%
G=37.30%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52472700.100.480.804831.6515.49
Hex342F1B0A30503020f
Octal64573301260120604017
Binary110100101111110110101011000010100001100001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #342F1B;
 }
 .AnyTagClassName
 {
   color: #342F1B;
 }
</style>
background-color css

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

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

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

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

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

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