Html Css Color HEX #142017 Black Bean

📋 copy color: '#142017'

red 20 ◦ green 32 ◦ blue 23

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

Shades of Black Bean #142017

Tints of Black Bean #142017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 42.67%

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

R = 26.67%
G = 42.67%
B = 30.67%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.28

 K value IS 0.87

RGB Variations

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

Color information

#142017 (or 0x142017) is known color: Black Bean. HEX triplet: 14, 20 and 17. RGB value is (20,32,23). Sum of RGB (Red+Green+Blue) = 20+32+23=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 23 (9.38% from 255 or 30.67% from 75); Max value from RGB is 32 - color contains mainly: green. Hex color #142017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142017 is #EBDFE8. Grayscale: #1B1B1B. Windows color (decimal): -15458281 or 1515540. OLE color: 1515540.

HSL color Cylindrical-coordinate representation of color #142017: hue angle of 135º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #142017 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 32 23 -
CMYK 0.37 0 0.28 0.87
HSL 135º 0.23% 0.1% -
HSV(B) 135º 0.38% 0.13% -
XYZ 0.96 1.24 1 -
YUV 27.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 20 32 23 0.37 0 0.28 0.87 135 0.23 0.1
Hex 14 20 17 25 0 1C 57 87 17 A
Octal 24 40 27 45 0 34 127 207 27 12
Binary 10100 100000 10111 100101 0 11100 1010111 10000111 10111 1010

Color Harmonies of #142017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142017

Black with #142017

Text Example


Text Example

White with #142017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142017; }

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

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

background-color css

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

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

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

border-color css

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

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

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