#152F1A

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

Shades of Black Bean #152F1A

Tints of Black Bean #152F1A

Color information

#152F1A (or 0x152F1A) is unknown color: approx Black Bean. HEX triplet: 15, 2F and 1A. RGB value is (21,47,26). Sum of RGB (Red+Green+Blue) = 21+47+26=94 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.34% from 94); Green value is 47 (18.75% from 255 or 50% from 94); Blue value is 26 (10.55% from 255 or 27.66% from 94); Max value from RGB is 47 - color contains mainly: green. Hex color #152F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152F1A is #EAD0E5. Grayscale: #242424. Windows color (decimal): -15388902 or 1715989. OLE color: 1715989.

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

Color convert

RGB214726-
CMYK0.5500.450.82
HSL131.54º38.24%13.33%-
HSV(B)131.54º55.32%18.43%-
XYZ1.512.271.34-
YUV36.83121.89116.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.34%
GREEN value IS 47 (18.75% from 255) = 50%
BLUE value IS 26 (10.55% from 255) = 27.66%
R=22.34%
G=50%
B=27.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2147260.5500.450.82131.5438.2413.33
Hex152F1A3702D528426d
Octal255732670551222044615
Binary101011011111101011011101011011010010100001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,47,26); }

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

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

 a { background-color: rgb(21,47,26); }

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

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

 span { border-color: rgb(21,47,26); }

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