#152D17

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

Shades of Black Bean #152D17

Tints of Black Bean #152D17

Color information

#152D17 (or 0x152D17) is unknown color: approx Black Bean. HEX triplet: 15, 2D and 17. RGB value is (21,45,23). Sum of RGB (Red+Green+Blue) = 21+45+23=89 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.60% from 89); Green value is 45 (17.97% from 255 or 50.56% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 45 - color contains mainly: green. Hex color #152D17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152D17 is #EAD2E8. Grayscale: #232323. Windows color (decimal): -15389417 or 1518869. OLE color: 1518869.

HSL color Cylindrical-coordinate representation of color #152D17: hue angle of 125º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #152D17 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.82.

Color convert

RGB214523-
CMYK0.5300.490.82
HSL125º36.36%12.94%-
HSV(B)125º53.33%17.65%-
XYZ1.42.11.14-
YUV35.32121.05117.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.60%
GREEN value IS 45 (17.97% from 255) = 50.56%
BLUE value IS 23 (9.38% from 255) = 25.84%
R=23.60%
G=50.56%
B=25.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2145230.5300.490.8212536.3612.94
Hex152D1735031527d24d
Octal255527650611221754415
Binary10101101101101111101010110001101001011111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,45,23); }

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

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

 a { background-color: rgb(21,45,23); }

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

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

 span { border-color: rgb(21,45,23); }

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