Html Css Color HEX #253229 Black Bean

📋 copy color: '#253229'

red 37 ◦ green 50 ◦ blue 41

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

Shades of Black Bean #253229

Tints of Black Bean #253229

RGB

 RED value IS 37 (14.84% from 255) = 28.91%

 GREEN value IS 50 (19.92% from 255) = 39.06%

 BLUE value IS 41 (16.41% from 255) = 32.03%

R = 28.91%
G = 39.06%
B = 32.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#253229 (or 0x253229) is known color: Black Bean. HEX triplet: 25, 32 and 29. RGB value is (37,50,41). Sum of RGB (Red+Green+Blue) = 37+50+41=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 50 - color contains mainly: green. Hex color #253229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253229 is #DACDD6. Grayscale: #2D2D2D. Windows color (decimal): -14339543 or 2699813. OLE color: 2699813.

HSL color Cylindrical-coordinate representation of color #253229: hue angle of 138.46º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #253229 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 50 41 -
CMYK 0.26 0 0.18 0.80
HSL 138.46º 0.15% 0.17% -
HSV(B) 138.46º 0.26% 0.2% -
XYZ 2.3 2.83 2.52 -
YUV 45.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 37 50 41 0.26 0 0.18 0.80 138.46 0.15 0.17
Hex 25 32 29 1A 0 12 50 8A F 11
Octal 45 62 51 32 0 22 120 212 17 21
Binary 100101 110010 101001 11010 0 10010 1010000 10001010 1111 10001

Color Harmonies of #253229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253229

Black with #253229

Text Example


Text Example

White with #253229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253229; }

 p { color: rgb(37,50,41); }

 H1.HeaderClassName
 {
   color: #253229;
 }
 .AnyTagClassName
 {
   color: #253229;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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