#34301B

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

Shades of Maire #34301B

Tints of Maire #34301B

Color information

#34301B (or 0x34301B) is unknown color: approx Maire. HEX triplet: 34, 30 and 1B. RGB value is (52,48,27). Sum of RGB (Red+Green+Blue) = 52+48+27=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 52 - color contains mainly: red. Hex color #34301B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34301B is #CBCFE4. Grayscale: #2E2E2E. Windows color (decimal): -13357029 or 1781812. OLE color: 1781812.

HSL color Cylindrical-coordinate representation of color #34301B: hue angle of 50.4º 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 #34301B is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB524827-
CMYK00.080.480.80
HSL50.4º31.65%15.49%-
HSV(B)50.4º48.08%20.39%-
XYZ2.672.921.46-
YUV46.8116.83131.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.94%
GREEN value IS 48 (19.14% from 255) = 37.80%
BLUE value IS 27 (10.94% from 255) = 21.26%
R=40.94%
G=37.80%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52482700.080.480.8050.431.6515.49
Hex34301B0830503220f
Octal64603301060120624017
Binary110100110000110110100011000010100001100101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34301B; }

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

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

<style>
 a { background-color: #34301B; }

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

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

<style>
 span { border-color: #34301B; }

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

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