#2C333A

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

Shades of Cod Grey #2C333A

Tints of Cod Grey #2C333A

Color information

#2C333A (or 0x2C333A) is unknown color: approx Cod Grey. HEX triplet: 2C, 33 and 3A. RGB value is (44,51,58). Sum of RGB (Red+Green+Blue) = 44+51+58=153 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.76% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 58 - color contains mainly: blue. Hex color #2C333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C333A is #D3CCC5. Grayscale: #313131. Windows color (decimal): -13880518 or 3814188. OLE color: 3814188.

HSL color Cylindrical-coordinate representation of color #2C333A: hue angle of 210º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2C333A is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB445158-
CMYK0.240.1200.77
HSL210º13.73%20%-
HSV(B)210º24.14%22.75%-
XYZ2.993.214.46-
YUV49.7132.68123.93-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.76%
GREEN value IS 51 (20.31% from 255) = 33.33%
BLUE value IS 58 (23.05% from 255) = 37.91%
R=28.76%
G=33.33%
B=37.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4451580.240.1200.7721013.7320
Hex2C333A18C04Dd2e14
Octal546372301401153221624
Binary1011001100111110101100011000100110111010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C333A; }

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

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

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

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

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

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

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

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