#252926

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

Shades of Black Bean #252926

Tints of Black Bean #252926

Color information

#252926 (or 0x252926) is unknown color: approx Black Bean. HEX triplet: 25, 29 and 26. RGB value is (37,41,38). Sum of RGB (Red+Green+Blue) = 37+41+38=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 38 (15.23% from 255 or 32.76% from 116); Max value from RGB is 41 - color contains mainly: green. Hex color #252926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252926 is #DAD6D9. Grayscale: #272727. Windows color (decimal): -14341850 or 2500901. OLE color: 2500901.

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

Color convert

RGB374138-
CMYK0.1000.070.84
HSL135º5.13%15.29%-
HSV(B)135º9.76%16.08%-
XYZ1.912.122.14-
YUV39.46127.17126.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.90%
GREEN value IS 41 (16.41% from 255) = 35.34%
BLUE value IS 38 (15.23% from 255) = 32.76%
R=31.90%
G=35.34%
B=32.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3741380.1000.070.841355.1315.29
Hex252926A0754875f
Octal4551461207124207517
Binary100101101001100110101001111010100100001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252926; }

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

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

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

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

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

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

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

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