#333435

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

Shades of Cod Grey #333435

Tints of Cod Grey #333435

Color information

#333435 (or 0x333435) is unknown color: approx Cod Grey. HEX triplet: 33, 34 and 35. RGB value is (51,52,53). Sum of RGB (Red+Green+Blue) = 51+52+53=156 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.69% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 53 - color contains mainly: blue. Hex color #333435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333435 is #CCCBCA. Grayscale: #333333. Windows color (decimal): -13421515 or 3486771. OLE color: 3486771.

HSL color Cylindrical-coordinate representation of color #333435: hue angle of 210º degrees, saturation: 0.02, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #333435 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB515253-
CMYK0.040.0200.79
HSL210º1.92%20.39%-
HSV(B)210º3.77%20.78%-
XYZ3.243.423.86-
YUV51.82128.67127.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.69%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 53 (21.09% from 255) = 33.97%
R=32.69%
G=33.33%
B=33.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5152530.040.0200.792101.9220.39
Hex3334354204Fd2214
Octal636465420117322224
Binary1100111101001101011001001001111110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333435; }

 p { color: rgb(51,52,53); }

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

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

 a { background-color: rgb(51,52,53); }

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

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

 span { border-color: rgb(51,52,53); }

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