#333F2A

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

Shades of Mallard #333F2A

Tints of Mallard #333F2A

Color information

#333F2A (or 0x333F2A) is unknown color: approx Mallard. HEX triplet: 33, 3F and 2A. RGB value is (51,63,42). Sum of RGB (Red+Green+Blue) = 51+63+42=156 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.69% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 63 - color contains mainly: green. Hex color #333F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333F2A is #CCC0D5. Grayscale: #393939. Windows color (decimal): -13418710 or 2768691. OLE color: 2768691.

HSL color Cylindrical-coordinate representation of color #333F2A: hue angle of 94.29º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #333F2A is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB516342-
CMYK0.1900.330.75
HSL94.29º20%20.59%-
HSV(B)94.29º33.33%24.71%-
XYZ3.564.432.86-
YUV57.02119.52123.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.69%
GREEN value IS 63 (25% from 255) = 40.38%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=32.69%
G=40.38%
B=26.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5163420.1900.330.7594.292020.59
Hex333F2A130214B5e1415
Octal637752230411131362425
Binary110011111111101010100110100001100101110111101010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333F2A; }

 p { color: rgb(51,63,42); }

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

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

 a { background-color: rgb(51,63,42); }

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

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

 span { border-color: rgb(51,63,42); }

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