Html Css Color HEX #142817 Black Bean

📋 copy color: '#142817'

red 20 ◦ green 40 ◦ blue 23

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

Shades of Black Bean #142817

Tints of Black Bean #142817

RGB

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

 GREEN value IS 40 (16.02% from 255) = 48.19%

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

R = 24.1%
G = 48.19%
B = 27.71%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.43

 K value IS 0.84

RGB Variations

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

Color information

#142817 (or 0x142817) is known color: Black Bean. HEX triplet: 14, 28 and 17. RGB value is (20,40,23). Sum of RGB (Red+Green+Blue) = 20+40+23=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 40 (16.02% from 255 or 48.19% from 83); Blue value is 23 (9.38% from 255 or 27.71% from 83); Max value from RGB is 40 - color contains mainly: green. Hex color #142817 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142817 is #EBD7E8. Grayscale: #202020. Windows color (decimal): -15456233 or 1517588. OLE color: 1517588.

HSL color Cylindrical-coordinate representation of color #142817: hue angle of 129º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #142817 is Cyan = 0.5, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 40 23 -
CMYK 0.5 0 0.43 0.84
HSL 129º 0.33% 0.12% -
HSV(B) 129º 0.5% 0.16% -
XYZ 1.2 1.73 1.08 -
YUV 32.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 20 40 23 0.5 0 0.43 0.84 129 0.33 0.12
Hex 14 28 17 32 0 2B 54 81 21 C
Octal 24 50 27 62 0 53 124 201 41 14
Binary 10100 101000 10111 110010 0 101011 1010100 10000001 100001 1100

Color Harmonies of #142817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142817

Black with #142817

Text Example


Text Example

White with #142817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142817; }

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

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

background-color css

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

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

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

border-color css

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

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

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