Html Css Color HEX #142718 Black Bean

📋 copy color: '#142718'

red 20 ◦ green 39 ◦ blue 24

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

Shades of Black Bean #142718

Tints of Black Bean #142718

RGB

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

 GREEN value IS 39 (15.63% from 255) = 46.99%

 BLUE value IS 24 (9.77% from 255) = 28.92%

R = 24.1%
G = 46.99%
B = 28.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#142718 (or 0x142718) is known color: Black Bean. HEX triplet: 14, 27 and 18. RGB value is (20,39,24). Sum of RGB (Red+Green+Blue) = 20+39+24=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 39 (15.62% from 255 or 46.99% from 83); Blue value is 24 (9.77% from 255 or 28.92% from 83); Max value from RGB is 39 - color contains mainly: green. Hex color #142718 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142718 is #EBD8E7. Grayscale: #1F1F1F. Windows color (decimal): -15456488 or 1582868. OLE color: 1582868.

HSL color Cylindrical-coordinate representation of color #142718: hue angle of 132.63º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #142718 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 39 24 -
CMYK 0.49 0 0.38 0.85
HSL 132.63º 0.32% 0.12% -
HSV(B) 132.63º 0.49% 0.15% -
XYZ 1.18 1.67 1.12 -
YUV 31.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 20 39 24 0.49 0 0.38 0.85 132.63 0.32 0.12
Hex 14 27 18 31 0 26 55 85 20 C
Octal 24 47 30 61 0 46 125 205 40 14
Binary 10100 100111 11000 110001 0 100110 1010101 10000101 100000 1100

Color Harmonies of #142718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142718

Black with #142718

Text Example


Text Example

White with #142718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142718; }

 p { color: rgb(20,39,24); }

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

background-color css

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

 a { background-color: rgb(20,39,24); }

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

border-color css

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

 span { border-color: rgb(20,39,24); }

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