#2D3337

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

Shades of Cod Grey #2D3337

Tints of Cod Grey #2D3337

Color information

#2D3337 (or 0x2D3337) is unknown color: approx Cod Grey. HEX triplet: 2D, 33 and 37. RGB value is (45,51,55). Sum of RGB (Red+Green+Blue) = 45+51+55=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 55 (21.88% from 255 or 36.42% from 151); Max value from RGB is 55 - color contains mainly: blue. Hex color #2D3337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3337 is #D2CCC8. Grayscale: #313131. Windows color (decimal): -13814985 or 3617581. OLE color: 3617581.

HSL color Cylindrical-coordinate representation of color #2D3337: hue angle of 204º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2D3337 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB455155-
CMYK0.180.0700.78
HSL204º10%19.61%-
HSV(B)204º18.18%21.57%-
XYZ2.963.24.08-
YUV49.66131.01124.67-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 29.80%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 55 (21.88% from 255) = 36.42%
R=29.80%
G=33.77%
B=36.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4551550.180.0700.782041019.61
Hex2D333712704Ecca14
Octal55636722701163141224
Binary101101110011110111100101110100111011001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,51,55); }

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

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

 a { background-color: rgb(45,51,55); }

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

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

 span { border-color: rgb(45,51,55); }

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