Html Css Color HEX #142317 Black Bean

📋 copy color: '#142317'

red 20 ◦ green 35 ◦ blue 23

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

Shades of Black Bean #142317

Tints of Black Bean #142317

RGB

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

 GREEN value IS 35 (14.06% from 255) = 44.87%

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

R = 25.64%
G = 44.87%
B = 29.49%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.34

 K value IS 0.86

RGB Variations

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

Color information

#142317 (or 0x142317) is known color: Black Bean. HEX triplet: 14, 23 and 17. RGB value is (20,35,23). Sum of RGB (Red+Green+Blue) = 20+35+23=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 35 (14.06% from 255 or 44.87% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 35 - color contains mainly: green. Hex color #142317 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142317 is #EBDCE8. Grayscale: #1D1D1D. Windows color (decimal): -15457513 or 1516308. OLE color: 1516308.

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

Color convert

RGB 20 35 23 -
CMYK 0.43 0 0.34 0.86
HSL 132º 0.27% 0.11% -
HSV(B) 132º 0.43% 0.14% -
XYZ 1.04 1.41 1.03 -
YUV 29.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 20 35 23 0.43 0 0.34 0.86 132 0.27 0.11
Hex 14 23 17 2B 0 22 56 84 1B B
Octal 24 43 27 53 0 42 126 204 33 13
Binary 10100 100011 10111 101011 0 100010 1010110 10000100 11011 1011

Color Harmonies of #142317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142317

Black with #142317

Text Example


Text Example

White with #142317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142317; }

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

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

background-color css

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

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

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

border-color css

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

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

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