#333013

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

Shades of Maire #333013

Tints of Maire #333013

Color information

#333013 (or 0x333013) is unknown color: approx Maire. HEX triplet: 33, 30 and 13. RGB value is (51,48,19). Sum of RGB (Red+Green+Blue) = 51+48+19=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 51 - color contains mainly: red. Hex color #333013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333013 is #CCCFEC. Grayscale: #2D2D2D. Windows color (decimal): -13422573 or 1257523. OLE color: 1257523.

HSL color Cylindrical-coordinate representation of color #333013: hue angle of 54.38º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #333013 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.8.

Color convert

RGB514819-
CMYK00.060.630.8
HSL54.38º45.71%13.73%-
HSV(B)54.38º62.75%20%-
XYZ2.542.861.04-
YUV45.59112.99131.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.22%
GREEN value IS 48 (19.14% from 255) = 40.68%
BLUE value IS 19 (7.81% from 255) = 16.10%
R=43.22%
G=40.68%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51481900.060.630.854.3845.7113.73
Hex333013063F50362ee
Octal6360230677120665616
Binary11001111000010011011011111110100001101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333013; }

 p { color: rgb(51,48,19); }

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

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

 a { background-color: rgb(51,48,19); }

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

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

 span { border-color: rgb(51,48,19); }

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