Html Css Color HEX #152A19 Black Bean

📋 copy color: '#152A19'

red 21 ◦ green 42 ◦ blue 25

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

Shades of Black Bean #152A19

Tints of Black Bean #152A19

RGB

 RED value IS 21 (8.59% from 255) = 23.86%

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

 BLUE value IS 25 (10.16% from 255) = 28.41%

R = 23.86%
G = 47.73%
B = 28.41%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.40

 K value IS 0.84

RGB Variations

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

Color information

#152A19 (or 0x152A19) is known color: Black Bean. HEX triplet: 15, 2A and 19. RGB value is (21,42,25). Sum of RGB (Red+Green+Blue) = 21+42+25=88 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.86% from 88); Green value is 42 (16.80% from 255 or 47.73% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 42 - color contains mainly: green. Hex color #152A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152A19 is #EAD5E6. Grayscale: #212121. Windows color (decimal): -15390183 or 1649173. OLE color: 1649173.

HSL color Cylindrical-coordinate representation of color #152A19: hue angle of 131.43º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #152A19 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB 21 42 25 -
CMYK 0.50 0 0.40 0.84
HSL 131.43º 0.33% 0.12% -
HSV(B) 131.43º 0.5% 0.16% -
XYZ 1.31 1.89 1.21 -
YUV 33.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 21 42 25 0.50 0 0.40 0.84 131.43 0.33 0.12
Hex 15 2A 19 32 0 28 54 83 21 C
Octal 25 52 31 62 0 50 124 203 41 14
Binary 10101 101010 11001 110010 0 101000 1010100 10000011 100001 1100

Color Harmonies of #152A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152A19

Black with #152A19

Text Example


Text Example

White with #152A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152A19; }

 p { color: rgb(21,42,25); }

 H1.HeaderClassName
 {
   color: #152A19;
 }
 .AnyTagClassName
 {
   color: #152A19;
 }
</style>

background-color css

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

 a { background-color: rgb(21,42,25); }

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

border-color css

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

 span { border-color: rgb(21,42,25); }

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