#342E01

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

Shades of Maire #342E01

Tints of Maire #342E01

Color information

#342E01 (or 0x342E01) is unknown color: approx Maire. HEX triplet: 34, 2E and 01. RGB value is (52,46,1). Sum of RGB (Red+Green+Blue) = 52+46+1=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 46 (18.36% from 255 or 46.46% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #342E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342E01 is #CBD1FE. Grayscale: #2A2A2A. Windows color (decimal): -13357567 or 77364. OLE color: 77364.

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

Color convert

RGB52461-
CMYK00.120.980.80
HSL52.94º96.23%10.39%-
HSV(B)52.94º98.08%20.39%-
XYZ2.42.690.42-
YUV42.66104.49134.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 52.53%
GREEN value IS 46 (18.36% from 255) = 46.46%
BLUE value IS 1 (0.78% from 255) = 1.01%
R=52.53%
G=46.46%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5246100.120.980.8052.9496.2310.39
Hex342E10C62503560a
Octal645610141421206514012
Binary1101001011101011001100010101000011010111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,46,1); }

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

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

 a { background-color: rgb(52,46,1); }

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

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

 span { border-color: rgb(52,46,1); }

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