Html Css Color HEX #142717 Black Bean

📋 copy color: '#142717'

red 20 ◦ green 39 ◦ blue 23

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

Shades of Black Bean #142717

Tints of Black Bean #142717

RGB

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

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

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

R = 24.39%
G = 47.56%
B = 28.05%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#142717 (or 0x142717) is known color: Black Bean. HEX triplet: 14, 27 and 17. RGB value is (20,39,23). Sum of RGB (Red+Green+Blue) = 20+39+23=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 39 (15.62% from 255 or 47.56% from 82); Blue value is 23 (9.38% from 255 or 28.05% from 82); Max value from RGB is 39 - color contains mainly: green. Hex color #142717 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142717 is #EBD8E8. Grayscale: #1F1F1F. Windows color (decimal): -15456489 or 1517332. OLE color: 1517332.

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

Color convert

RGB 20 39 23 -
CMYK 0.49 0 0.41 0.85
HSL 129.47º 0.32% 0.12% -
HSV(B) 129.47º 0.49% 0.15% -
XYZ 1.17 1.66 1.07 -
YUV 31.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 20 39 23 0.49 0 0.41 0.85 129.47 0.32 0.12
Hex 14 27 17 31 0 29 55 81 20 C
Octal 24 47 27 61 0 51 125 201 40 14
Binary 10100 100111 10111 110001 0 101001 1010101 10000001 100000 1100

Color Harmonies of #142717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142717

Black with #142717

Text Example


Text Example

White with #142717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142717; }

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

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

background-color css

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

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

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

border-color css

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

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

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