#2A3135

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

Shades of Cod Grey #2A3135

Tints of Cod Grey #2A3135

Color information

#2A3135 (or 0x2A3135) is unknown color: approx Cod Grey. HEX triplet: 2A, 31 and 35. RGB value is (42,49,53). Sum of RGB (Red+Green+Blue) = 42+49+53=144 (19% of max value = 765). Red value is 42 (16.80% from 255 or 29.17% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 53 - color contains mainly: blue. Hex color #2A3135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3135 is #D5CECA. Grayscale: #2F2F2F. Windows color (decimal): -14012107 or 3485994. OLE color: 3485994.

HSL color Cylindrical-coordinate representation of color #2A3135: hue angle of 201.82º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2A3135 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB424953-
CMYK0.210.0800.79
HSL201.82º11.58%18.63%-
HSV(B)201.82º20.75%20.78%-
XYZ2.72.953.79-
YUV47.36131.18124.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.17%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 53 (21.09% from 255) = 36.81%
R=29.17%
G=34.03%
B=36.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4249530.210.0800.79201.8211.5818.63
Hex2A313515804Fcac13
Octal526165251001173121423
Binary1010101100011101011010110000100111111001010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,49,53); }

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

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

 a { background-color: rgb(42,49,53); }

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

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

 span { border-color: rgb(42,49,53); }

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