#15341A

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

Shades of Black Bean #15341A

Tints of Black Bean #15341A

Color information

#15341A (or 0x15341A) is unknown color: approx Black Bean. HEX triplet: 15, 34 and 1A. RGB value is (21,52,26). Sum of RGB (Red+Green+Blue) = 21+52+26=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #15341A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15341A is #EACBE5. Grayscale: #272727. Windows color (decimal): -15387622 or 1717269. OLE color: 1717269.

HSL color Cylindrical-coordinate representation of color #15341A: hue angle of 129.68º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #15341A is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB215226-
CMYK0.6000.500.80
HSL129.68º42.47%14.31%-
HSV(B)129.68º59.62%20.39%-
XYZ1.722.691.41-
YUV39.77120.23114.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.21%
GREEN value IS 52 (20.70% from 255) = 52.53%
BLUE value IS 26 (10.55% from 255) = 26.26%
R=21.21%
G=52.53%
B=26.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2152260.6000.500.80129.6842.4714.31
Hex15341A3C03250822ae
Octal256432740621202025216
Binary101011101001101011110001100101010000100000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15341A; }

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

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

<style>
 a { background-color: #15341A; }

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

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

<style>
 span { border-color: #15341A; }

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

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