#252A26

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

Shades of Black Bean #252A26

Tints of Black Bean #252A26

Color information

#252A26 (or 0x252A26) is unknown color: approx Black Bean. HEX triplet: 25, 2A and 26. RGB value is (37,42,38). Sum of RGB (Red+Green+Blue) = 37+42+38=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 42 - color contains mainly: green. Hex color #252A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A26 is #DAD5D9. Grayscale: #282828. Windows color (decimal): -14341594 or 2501157. OLE color: 2501157.

HSL color Cylindrical-coordinate representation of color #252A26: hue angle of 132º degrees, saturation: 0.06, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #252A26 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB374238-
CMYK0.1200.100.84
HSL132º6.33%15.49%-
HSV(B)132º11.9%16.47%-
XYZ1.942.192.15-
YUV40.05126.84125.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.62%
GREEN value IS 42 (16.80% from 255) = 35.90%
BLUE value IS 38 (15.23% from 255) = 32.48%
R=31.62%
G=35.90%
B=32.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3742380.1200.100.841326.3315.49
Hex252A26C0A54846f
Octal45524614012124204617
Binary1001011010101001101100010101010100100001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,42,38); }

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

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

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

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

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

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

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