#252C27

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

Shades of Black Bean #252C27

Tints of Black Bean #252C27

Color information

#252C27 (or 0x252C27) is unknown color: approx Black Bean. HEX triplet: 25, 2C and 27. RGB value is (37,44,39). Sum of RGB (Red+Green+Blue) = 37+44+39=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 44 (17.58% from 255 or 36.67% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 44 - color contains mainly: green. Hex color #252C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C27 is #DAD3D8. Grayscale: #292929. Windows color (decimal): -14341081 or 2567205. OLE color: 2567205.

HSL color Cylindrical-coordinate representation of color #252C27: hue angle of 137.14º 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 #252C27 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.83.

Color convert

RGB374439-
CMYK0.1600.110.83
HSL137.14º8.64%15.88%-
HSV(B)137.14º15.91%17.25%-
XYZ2.032.342.26-
YUV41.34126.68124.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.83%
GREEN value IS 44 (17.58% from 255) = 36.67%
BLUE value IS 39 (15.62% from 255) = 32.5%
R=30.83%
G=36.67%
B=32.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3744390.1600.110.83137.148.6415.88
Hex252C27100B5389910
Octal455447200131232111120
Binary1001011011001001111000001011101001110001001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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