#142817

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

Shades of Black Bean #142817

Tints of Black Bean #142817

Color information

#142817 (or 0x142817) is unknown color: approx Black Bean. HEX triplet: 14, 28 and 17. RGB value is (20,40,23). Sum of RGB (Red+Green+Blue) = 20+40+23=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 40 (16.02% from 255 or 48.19% from 83); Blue value is 23 (9.38% from 255 or 27.71% from 83); Max value from RGB is 40 - color contains mainly: green. Hex color #142817 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142817 is #EBD7E8. Grayscale: #202020. Windows color (decimal): -15456233 or 1517588. OLE color: 1517588.

HSL color Cylindrical-coordinate representation of color #142817: hue angle of 129º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #142817 is Cyan = 0.5, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.84.

Color convert

RGB204023-
CMYK0.500.430.84
HSL129º33.33%11.76%-
HSV(B)129º50%15.69%-
XYZ1.21.731.08-
YUV32.08122.87119.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.10%
GREEN value IS 40 (16.02% from 255) = 48.19%
BLUE value IS 23 (9.38% from 255) = 27.71%
R=24.10%
G=48.19%
B=27.71%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2040230.500.430.8412933.3311.76
Hex1428173202B548121c
Octal245027620531242014114
Binary101001010001011111001001010111010100100000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142817; }

 p { color: rgb(20,40,23); }

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

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

 a { background-color: rgb(20,40,23); }

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

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

 span { border-color: rgb(20,40,23); }

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