#333015

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

Shades of Maire #333015

Tints of Maire #333015

Color information

#333015 (or 0x333015) is unknown color: approx Maire. HEX triplet: 33, 30 and 15. RGB value is (51,48,21). Sum of RGB (Red+Green+Blue) = 51+48+21=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 51 - color contains mainly: red. Hex color #333015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333015 is #CCCFEA. Grayscale: #2D2D2D. Windows color (decimal): -13422571 or 1388595. OLE color: 1388595.

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

Color convert

RGB514821-
CMYK00.060.590.8
HSL54º41.67%14.12%-
HSV(B)54º58.82%20%-
XYZ2.562.871.13-
YUV45.82113.99131.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.5%
GREEN value IS 48 (19.14% from 255) = 40%
BLUE value IS 21 (8.59% from 255) = 17.5%
R=42.5%
G=40%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51482100.060.590.85441.6714.12
Hex333015063B50362ae
Octal6360250673120665216
Binary11001111000010101011011101110100001101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333015; }

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

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

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

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

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

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

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

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