Html Css Color HEX #253128 Black Bean

📋 copy color: '#253128'

red 37 ◦ green 49 ◦ blue 40

#253128
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #253128

Tints of Black Bean #253128

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 value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.81

RGB Variations

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

Color information

#253128 (or 0x253128) is known color: 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

RGB 37 49 40 -
CMYK 0.24 0 0.18 0.81
HSL 135º 0.14% 0.17% -
HSV(B) 135º 0.24% 0.19% -
XYZ 2.24 2.74 2.42 -
YUV 44.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 37 49 40 0.24 0 0.18 0.81 135 0.14 0.17
Hex 25 31 28 18 0 12 51 87 E 11
Octal 45 61 50 30 0 22 121 207 16 21
Binary 100101 110001 101000 11000 0 10010 1010001 10000111 1110 10001

Color Harmonies of #253128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253128

Black with #253128

Text Example


Text Example

White with #253128

Text Example


Text Example

HTML Codes & Css Web 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>