Html Css Color HEX #333C2C Mallard

📋 copy color: '#333C2C'

red 51 ◦ green 60 ◦ blue 44

#333C2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mallard #333C2C

Tints of Mallard #333C2C

RGB

 RED value IS 51 (20.31% from 255) = 32.9%

 GREEN value IS 60 (23.83% from 255) = 38.71%

 BLUE value IS 44 (17.58% from 255) = 28.39%

R = 32.9%
G = 38.71%
B = 28.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.76

RGB Variations

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

Color information

#333C2C (or 0x333C2C) is known color: Mallard. HEX triplet: 33, 3C and 2C. RGB value is (51,60,44). Sum of RGB (Red+Green+Blue) = 51+60+44=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 60 - color contains mainly: green. Hex color #333C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333C2C is #CCC3D3. Grayscale: #373737. Windows color (decimal): -13419476 or 2898995. OLE color: 2898995.

HSL color Cylindrical-coordinate representation of color #333C2C: hue angle of 93.75º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #333C2C is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.

Color convert

RGB 51 60 44 -
CMYK 0.15 0 0.27 0.76
HSL 93.75º 0.15% 0.2% -
HSV(B) 93.75º 0.27% 0.24% -
XYZ 3.44 4.12 3 -
YUV 55.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 51 60 44 0.15 0 0.27 0.76 93.75 0.15 0.2
Hex 33 3C 2C F 0 1B 4C 5E F 14
Octal 63 74 54 17 0 33 114 136 17 24
Binary 110011 111100 101100 1111 0 11011 1001100 1011110 1111 10100

Color Harmonies of #333C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333C2C

Black with #333C2C

Text Example


Text Example

White with #333C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,60,44); }

 H1.HeaderClassName
 {
   color: #333C2C;
 }
 .AnyTagClassName
 {
   color: #333C2C;
 }
</style>

background-color css

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

 a { background-color: rgb(51,60,44); }

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

border-color css

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

 span { border-color: rgb(51,60,44); }

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