#342B0B

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

Shades of Maire #342B0B

Tints of Maire #342B0B

Color information

#342B0B (or 0x342B0B) is unknown color: approx Maire. HEX triplet: 34, 2B and 0B. RGB value is (52,43,11). Sum of RGB (Red+Green+Blue) = 52+43+11=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 43 (17.19% from 255 or 40.57% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #342B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342B0B is #CBD4F4. Grayscale: #2A2A2A. Windows color (decimal): -13358325 or 731956. OLE color: 731956.

HSL color Cylindrical-coordinate representation of color #342B0B: hue angle of 46.83º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #342B0B is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.80.

Color convert

RGB524311-
CMYK00.170.790.80
HSL46.83º65.08%12.35%-
HSV(B)46.83º78.85%20.39%-
XYZ2.342.480.67-
YUV42.04110.48135.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.06%
GREEN value IS 43 (17.19% from 255) = 40.57%
BLUE value IS 11 (4.69% from 255) = 10.38%
R=49.06%
G=40.57%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52431100.170.790.8046.8365.0812.35
Hex342BB0114F502f41c
Octal6453130211171205710114
Binary11010010101110110100011001111101000010111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,43,11); }

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

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

 a { background-color: rgb(52,43,11); }

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

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

 span { border-color: rgb(52,43,11); }

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