Html Css Color HEX #252A26 Black Bean

📋 copy color: '#252A26'

red 37 ◦ green 42 ◦ blue 38

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

Shades of Black Bean #252A26

Tints of Black Bean #252A26

RGB

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

 GREEN value IS 42 (16.8% from 255) = 35.9%

 BLUE value IS 38 (15.23% from 255) = 32.48%

R = 31.62%
G = 35.9%
B = 32.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.84

RGB Variations

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

Color information

#252A26 (or 0x252A26) is known color: 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

RGB 37 42 38 -
CMYK 0.12 0 0.10 0.84
HSL 132º 0.06% 0.15% -
HSV(B) 132º 0.12% 0.16% -
XYZ 1.94 2.19 2.15 -
YUV 40.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 37 42 38 0.12 0 0.10 0.84 132 0.06 0.15
Hex 25 2A 26 C 0 A 54 84 6 F
Octal 45 52 46 14 0 12 124 204 6 17
Binary 100101 101010 100110 1100 0 1010 1010100 10000100 110 1111

Color Harmonies of #252A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252A26

Black with #252A26

Text Example


Text Example

White with #252A26

Text Example


Text Example

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