#342D03

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

Shades of Maire #342D03

Tints of Maire #342D03

Color information

#342D03 (or 0x342D03) is unknown color: approx Maire. HEX triplet: 34, 2D and 03. RGB value is (52,45,3). Sum of RGB (Red+Green+Blue) = 52+45+3=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 45 (17.97% from 255 or 45% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #342D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342D03 is #CBD2FC. Grayscale: #2A2A2A. Windows color (decimal): -13357821 or 208180. OLE color: 208180.

HSL color Cylindrical-coordinate representation of color #342D03: hue angle of 51.43º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #342D03 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.80.

Color convert

RGB52453-
CMYK00.130.940.80
HSL51.43º89.09%10.78%-
HSV(B)51.43º94.23%20.39%-
XYZ2.372.610.47-
YUV42.3105.82134.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 52%
GREEN value IS 45 (17.97% from 255) = 45%
BLUE value IS 3 (1.56% from 255) = 3%
R=52%
G=45%
B=3%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5245300.130.940.8051.4389.0910.78
Hex342D30D5E503359b
Octal645530151361206313113
Binary11010010110111011011011110101000011001110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,45,3); }

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

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

 a { background-color: rgb(52,45,3); }

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

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

 span { border-color: rgb(52,45,3); }

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