#2C4448

Color #2C4448 Big Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Big Stone #2C4448

Tints of Big Stone #2C4448

Color information

#2C4448 (or 0x2C4448) is unknown color: approx Big Stone. HEX triplet: 2C, 44 and 48. RGB value is (44,68,72). Sum of RGB (Red+Green+Blue) = 44+68+72=184 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.91% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 72 - color contains mainly: blue. Hex color #2C4448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4448 is #D3BBB7. Grayscale: #3D3D3D. Windows color (decimal): -13876152 or 4736044. OLE color: 4736044.

HSL color Cylindrical-coordinate representation of color #2C4448: hue angle of 188.57º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2C4448 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB446872-
CMYK0.390.0600.72
HSL188.57º24.14%22.75%-
HSV(B)188.57º38.89%28.24%-
XYZ4.285.146.9-
YUV61.28134.05115.67-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.91%
GREEN value IS 68 (26.95% from 255) = 36.96%
BLUE value IS 72 (28.52% from 255) = 39.13%
R=23.91%
G=36.96%
B=39.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4468720.390.0600.72188.5724.1422.75
Hex2C4448276048bd1817
Octal5410411047601102753027
Binary1011001000100100100010011111001001000101111011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,68,72); }

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

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

 a { background-color: rgb(44,68,72); }

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

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

 span { border-color: rgb(44,68,72); }

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