#142617

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

Shades of Black Bean #142617

Tints of Black Bean #142617

Color information

#142617 (or 0x142617) is unknown color: approx Black Bean. HEX triplet: 14, 26 and 17. RGB value is (20,38,23). Sum of RGB (Red+Green+Blue) = 20+38+23=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 38 (15.23% from 255 or 46.91% from 81); Blue value is 23 (9.38% from 255 or 28.40% from 81); Max value from RGB is 38 - color contains mainly: green. Hex color #142617 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142617 is #EBD9E8. Grayscale: #1E1E1E. Windows color (decimal): -15456745 or 1517076. OLE color: 1517076.

HSL color Cylindrical-coordinate representation of color #142617: hue angle of 130º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #142617 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.85.

Color convert

RGB203823-
CMYK0.4700.390.85
HSL130º31.03%11.37%-
HSV(B)130º47.37%14.9%-
XYZ1.141.61.06-
YUV30.91123.54120.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.69%
GREEN value IS 38 (15.23% from 255) = 46.91%
BLUE value IS 23 (9.38% from 255) = 28.40%
R=24.69%
G=46.91%
B=28.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2038230.4700.390.8513031.0311.37
Hex1426172F02755821fb
Octal244627570471252023713
Binary10100100110101111011110100111101010110000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142617; }

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

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

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

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

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

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

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

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