Html Css Color HEX #252D27 Black Bean

📋 copy color: '#252D27'

red 37 ◦ green 45 ◦ blue 39

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

Shades of Black Bean #252D27

Tints of Black Bean #252D27

RGB

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

 GREEN value IS 45 (17.97% from 255) = 37.19%

 BLUE value IS 39 (15.63% from 255) = 32.23%

R = 30.58%
G = 37.19%
B = 32.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.82

RGB Variations

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

Color information

#252D27 (or 0x252D27) is known color: Black Bean. HEX triplet: 25, 2D and 27. RGB value is (37,45,39). Sum of RGB (Red+Green+Blue) = 37+45+39=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 45 - color contains mainly: green. Hex color #252D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D27 is #DAD2D8. Grayscale: #292929. Windows color (decimal): -14340825 or 2567461. OLE color: 2567461.

HSL color Cylindrical-coordinate representation of color #252D27: hue angle of 135º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #252D27 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 45 39 -
CMYK 0.18 0 0.13 0.82
HSL 135º 0.1% 0.16% -
HSV(B) 135º 0.18% 0.18% -
XYZ 2.07 2.42 2.28 -
YUV 41.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 37 45 39 0.18 0 0.13 0.82 135 0.1 0.16
Hex 25 2D 27 12 0 D 52 87 A 10
Octal 45 55 47 22 0 15 122 207 12 20
Binary 100101 101101 100111 10010 0 1101 1010010 10000111 1010 10000

Color Harmonies of #252D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252D27

Black with #252D27

Text Example


Text Example

White with #252D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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