Html Css Color HEX #142417 Black Bean

📋 copy color: '#142417'

red 20 ◦ green 36 ◦ blue 23

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

Shades of Black Bean #142417

Tints of Black Bean #142417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 45.57%

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

R = 25.32%
G = 45.57%
B = 29.11%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.36

 K value IS 0.86

RGB Variations

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

Color information

#142417 (or 0x142417) is known color: Black Bean. HEX triplet: 14, 24 and 17. RGB value is (20,36,23). Sum of RGB (Red+Green+Blue) = 20+36+23=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 36 (14.45% from 255 or 45.57% from 79); Blue value is 23 (9.38% from 255 or 29.11% from 79); Max value from RGB is 36 - color contains mainly: green. Hex color #142417 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142417 is #EBDBE8. Grayscale: #1D1D1D. Windows color (decimal): -15457257 or 1516564. OLE color: 1516564.

HSL color Cylindrical-coordinate representation of color #142417: hue angle of 131.25º 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 #142417 is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.86.

Color convert

RGB 20 36 23 -
CMYK 0.44 0 0.36 0.86
HSL 131.25º 0.29% 0.11% -
HSV(B) 131.25º 0.44% 0.14% -
XYZ 1.07 1.47 1.04 -
YUV 29.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 20 36 23 0.44 0 0.36 0.86 131.25 0.29 0.11
Hex 14 24 17 2C 0 24 56 83 1D B
Octal 24 44 27 54 0 44 126 203 35 13
Binary 10100 100100 10111 101100 0 100100 1010110 10000011 11101 1011

Color Harmonies of #142417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142417

Black with #142417

Text Example


Text Example

White with #142417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142417; }

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

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

background-color css

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

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

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

border-color css

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

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

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