#14271A

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

Shades of Black Bean #14271A

Tints of Black Bean #14271A

Color information

#14271A (or 0x14271A) is unknown color: approx Black Bean. HEX triplet: 14, 27 and 1A. RGB value is (20,39,26). Sum of RGB (Red+Green+Blue) = 20+39+26=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 39 (15.62% from 255 or 45.88% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 39 - color contains mainly: green. Hex color #14271A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14271A is #EBD8E5. Grayscale: #1F1F1F. Windows color (decimal): -15456486 or 1713940. OLE color: 1713940.

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

Color convert

RGB203926-
CMYK0.4900.330.85
HSL138.95º32.2%11.57%-
HSV(B)138.95º48.72%15.29%-
XYZ1.21.671.24-
YUV31.84124.71119.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.53%
GREEN value IS 39 (15.62% from 255) = 45.88%
BLUE value IS 26 (10.55% from 255) = 30.59%
R=23.53%
G=45.88%
B=30.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2039260.4900.330.85138.9532.211.57
Hex14271A31021558b20c
Octal244732610411252134014
Binary101001001111101011000101000011010101100010111000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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