#333638

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

Shades of Cod Grey #333638

Tints of Cod Grey #333638

Color information

#333638 (or 0x333638) is unknown color: approx Cod Grey. HEX triplet: 33, 36 and 38. RGB value is (51,54,56). Sum of RGB (Red+Green+Blue) = 51+54+56=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 56 - color contains mainly: blue. Hex color #333638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333638 is #CCC9C7. Grayscale: #353535. Windows color (decimal): -13421000 or 3683891. OLE color: 3683891.

HSL color Cylindrical-coordinate representation of color #333638: hue angle of 204º degrees, saturation: 0.05, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #333638 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB515456-
CMYK0.090.0400.78
HSL204º4.67%20.98%-
HSV(B)204º8.93%21.96%-
XYZ3.43.634.26-
YUV53.33129.51126.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.68%
GREEN value IS 54 (21.48% from 255) = 33.54%
BLUE value IS 56 (22.27% from 255) = 34.78%
R=31.68%
G=33.54%
B=34.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5154560.090.0400.782044.6720.98
Hex3336389404Ecc515
Octal6366701140116314525
Binary1100111101101110001001100010011101100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333638; }

 p { color: rgb(51,54,56); }

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

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

 a { background-color: rgb(51,54,56); }

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

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

 span { border-color: rgb(51,54,56); }

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