#15261A

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

Shades of Black Bean #15261A

Tints of Black Bean #15261A

Color information

#15261A (or 0x15261A) is unknown color: approx Black Bean. HEX triplet: 15, 26 and 1A. RGB value is (21,38,26). Sum of RGB (Red+Green+Blue) = 21+38+26=85 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.71% from 85); Green value is 38 (15.23% from 255 or 44.71% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 38 - color contains mainly: green. Hex color #15261A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15261A is #EAD9E5. Grayscale: #1F1F1F. Windows color (decimal): -15391206 or 1713685. OLE color: 1713685.

HSL color Cylindrical-coordinate representation of color #15261A: hue angle of 137.65º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #15261A is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB213826-
CMYK0.4500.320.85
HSL137.65º28.81%11.57%-
HSV(B)137.65º44.74%14.9%-
XYZ1.191.621.23-
YUV31.55124.87120.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.71%
GREEN value IS 38 (15.23% from 255) = 44.71%
BLUE value IS 26 (10.55% from 255) = 30.59%
R=24.71%
G=44.71%
B=30.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2138260.4500.320.85137.6528.8111.57
Hex15261A2D020558a1dc
Octal254632550401252123514
Binary10101100110110101011010100000101010110001010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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