#252C2C

Color #252C2C Swamp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swamp #252C2C

Tints of Swamp #252C2C

Color information

#252C2C (or 0x252C2C) is unknown color: approx Swamp. HEX triplet: 25, 2C and 2C. RGB value is (37,44,44). Sum of RGB (Red+Green+Blue) = 37+44+44=125 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.6% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 44 - color contains mainly: green, blue. Hex color #252C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C2C is #DAD3D3. Grayscale: #292929. Windows color (decimal): -14341076 or 2894885. OLE color: 2894885.

HSL color Cylindrical-coordinate representation of color #252C2C: hue angle of 180º degrees, saturation: 0.09, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #252C2C is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB374444-
CMYK0.16000.83
HSL180º8.64%15.88%-
HSV(B)180º15.91%17.25%-
XYZ2.122.382.73-
YUV41.91129.18124.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.6%
GREEN value IS 44 (17.58% from 255) = 35.2%
BLUE value IS 44 (17.58% from 255) = 35.2%
R=29.6%
G=35.2%
B=35.2%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3744440.16000.831808.6415.88
Hex252C2C100053b4910
Octal45545420001232641120
Binary1001011011001011001000000101001110110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252C2C; }

 p { color: rgb(37,44,44); }

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

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

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

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

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

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

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