#142419

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

Shades of Black Bean #142419

Tints of Black Bean #142419

Color information

#142419 (or 0x142419) is unknown color: approx Black Bean. HEX triplet: 14, 24 and 19. RGB value is (20,36,25). Sum of RGB (Red+Green+Blue) = 20+36+25=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 36 (14.45% from 255 or 44.44% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 36 - color contains mainly: green. Hex color #142419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142419 is #EBDBE6. Grayscale: #1D1D1D. Windows color (decimal): -15457255 or 1647636. OLE color: 1647636.

HSL color Cylindrical-coordinate representation of color #142419: hue angle of 138.75º degrees, saturation: 0.29, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #142419 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB203625-
CMYK0.4400.310.86
HSL138.75º28.57%10.98%-
HSV(B)138.75º44.44%14.12%-
XYZ1.091.481.15-
YUV29.96125.2120.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.69%
GREEN value IS 36 (14.45% from 255) = 44.44%
BLUE value IS 25 (10.16% from 255) = 30.86%
R=24.69%
G=44.44%
B=30.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2036250.4400.310.86138.7528.5710.98
Hex1424192C01F568b1db
Octal244431540371262133513
Binary1010010010011001101100011111101011010001011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142419; }

 p { color: rgb(20,36,25); }

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

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

 a { background-color: rgb(20,36,25); }

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

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

 span { border-color: rgb(20,36,25); }

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