#323334

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

Shades of Cod Grey #323334

Tints of Cod Grey #323334

Color information

#323334 (or 0x323334) is unknown color: approx Cod Grey. HEX triplet: 32, 33 and 34. RGB value is (50,51,52). Sum of RGB (Red+Green+Blue) = 50+51+52=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 52 - color contains mainly: blue. Hex color #323334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323334 is #CDCCCB. Grayscale: #323232. Windows color (decimal): -13487308 or 3420978. OLE color: 3420978.

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

Color convert

RGB505152-
CMYK0.040.0200.80
HSL210º1.96%20%-
HSV(B)210º3.85%20.39%-
XYZ3.123.293.72-
YUV50.82128.67127.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.68%
GREEN value IS 51 (20.31% from 255) = 33.33%
BLUE value IS 52 (20.70% from 255) = 33.99%
R=32.68%
G=33.33%
B=33.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5051520.040.0200.802101.9620
Hex32333442050d2214
Octal626364420120322224
Binary1100101100111101001001001010000110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323334; }

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

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

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

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

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

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

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

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