#14251A

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

Shades of Black Bean #14251A

Tints of Black Bean #14251A

Color information

#14251A (or 0x14251A) is unknown color: approx Black Bean. HEX triplet: 14, 25 and 1A. RGB value is (20,37,26). Sum of RGB (Red+Green+Blue) = 20+37+26=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 37 - color contains mainly: green. Hex color #14251A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14251A is #EBDAE5. Grayscale: #1E1E1E. Windows color (decimal): -15456998 or 1713428. OLE color: 1713428.

HSL color Cylindrical-coordinate representation of color #14251A: hue angle of 141.18º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #14251A is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB203726-
CMYK0.4600.300.85
HSL141.18º29.82%11.18%-
HSV(B)141.18º45.95%14.51%-
XYZ1.141.551.22-
YUV30.66125.37120.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.10%
GREEN value IS 37 (14.84% from 255) = 44.58%
BLUE value IS 26 (10.55% from 255) = 31.33%
R=24.10%
G=44.58%
B=31.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2037260.4600.300.85141.1829.8211.18
Hex14251A2E01E558d1eb
Octal244532560361252153613
Binary1010010010111010101110011110101010110001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,37,26); }

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

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

 a { background-color: rgb(20,37,26); }

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

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

 span { border-color: rgb(20,37,26); }

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