#343003

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

Shades of Maire #343003

Tints of Maire #343003

Color information

#343003 (or 0x343003) is unknown color: approx Maire. HEX triplet: 34, 30 and 03. RGB value is (52,48,3). Sum of RGB (Red+Green+Blue) = 52+48+3=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 3 (1.56% from 255 or 2.91% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #343003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343003 is #CBCFFC. Grayscale: #2C2C2C. Windows color (decimal): -13357053 or 208948. OLE color: 208948.

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

Color convert

RGB52483-
CMYK00.080.940.80
HSL55.1º89.09%10.78%-
HSV(B)55.1º94.23%20.39%-
XYZ2.492.850.51-
YUV44.07104.83133.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50.49%
GREEN value IS 48 (19.14% from 255) = 46.60%
BLUE value IS 3 (1.56% from 255) = 2.91%
R=50.49%
G=46.60%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5248300.080.940.8055.189.0910.78
Hex34303085E503759b
Octal646030101361206713113
Binary11010011000011010001011110101000011011110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343003; }

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

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

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

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

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

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

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

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