#152A1B

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

Shades of Black Bean #152A1B

Tints of Black Bean #152A1B

Color information

#152A1B (or 0x152A1B) is unknown color: approx Black Bean. HEX triplet: 15, 2A and 1B. RGB value is (21,42,27). Sum of RGB (Red+Green+Blue) = 21+42+27=90 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.33% from 90); Green value is 42 (16.80% from 255 or 46.67% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 42 - color contains mainly: green. Hex color #152A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152A1B is #EAD5E4. Grayscale: #222222. Windows color (decimal): -15390181 or 1780245. OLE color: 1780245.

HSL color Cylindrical-coordinate representation of color #152A1B: hue angle of 137.14º 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 #152A1B is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.84.

Color convert

RGB214227-
CMYK0.5000.360.84
HSL137.14º33.33%12.35%-
HSV(B)137.14º50%16.47%-
XYZ1.341.891.33-
YUV34.01124.04118.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.33%
GREEN value IS 42 (16.80% from 255) = 46.67%
BLUE value IS 27 (10.94% from 255) = 30%
R=23.33%
G=46.67%
B=30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2142270.5000.360.84137.1433.3312.35
Hex152A1B32024548921c
Octal255233620441242114114
Binary101011010101101111001001001001010100100010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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