Html Css Color HEX #142517 Black Bean

📋 copy color: '#142517'

red 20 ◦ green 37 ◦ blue 23

#142517
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #142517

Tints of Black Bean #142517

RGB

 RED value IS 20 (8.2% from 255) = 25%

 GREEN value IS 37 (14.84% from 255) = 46.25%

 BLUE value IS 23 (9.38% from 255) = 28.75%

R = 25%
G = 46.25%
B = 28.75%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#142517 (or 0x142517) is known color: Black Bean. HEX triplet: 14, 25 and 17. RGB value is (20,37,23). Sum of RGB (Red+Green+Blue) = 20+37+23=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 37 - color contains mainly: green. Hex color #142517 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142517 is #EBDAE8. Grayscale: #1E1E1E. Windows color (decimal): -15457001 or 1516820. OLE color: 1516820.

HSL color Cylindrical-coordinate representation of color #142517: hue angle of 130.59º 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 #142517 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 37 23 -
CMYK 0.46 0 0.38 0.85
HSL 130.59º 0.3% 0.11% -
HSV(B) 130.59º 0.46% 0.15% -
XYZ 1.1 1.53 1.05 -
YUV 30.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 20 37 23 0.46 0 0.38 0.85 130.59 0.3 0.11
Hex 14 25 17 2E 0 26 55 83 1E B
Octal 24 45 27 56 0 46 125 203 36 13
Binary 10100 100101 10111 101110 0 100110 1010101 10000011 11110 1011

Color Harmonies of #142517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142517

Black with #142517

Text Example


Text Example

White with #142517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142517; }

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

 H1.HeaderClassName
 {
   color: #142517;
 }
 .AnyTagClassName
 {
   color: #142517;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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