#253128

Color #253128 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #253128

Tints of Black Bean #253128

Color information

#253128 (or 0x253128) is unknown color: approx Black Bean. HEX triplet: 25, 31 and 28. RGB value is (37,49,40). Sum of RGB (Red+Green+Blue) = 37+49+40=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 49 - color contains mainly: green. Hex color #253128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253128 is #DACED7. Grayscale: #2C2C2C. Windows color (decimal): -14339800 or 2634021. OLE color: 2634021.

HSL color Cylindrical-coordinate representation of color #253128: hue angle of 135º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #253128 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB374940-
CMYK0.2400.180.81
HSL135º13.95%16.86%-
HSV(B)135º24.49%19.22%-
XYZ2.242.742.42-
YUV44.39125.52122.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.37%
GREEN value IS 49 (19.53% from 255) = 38.89%
BLUE value IS 40 (16.02% from 255) = 31.75%
R=29.37%
G=38.89%
B=31.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3749400.2400.180.8113513.9516.86
Hex253128180125187e11
Octal456150300221212071621
Binary10010111000110100011000010010101000110000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253128; }

 p { color: rgb(37,49,40); }

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

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

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

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

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

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

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