Html Css Color HEX #142117 Black Bean

📋 copy color: '#142117'

red 20 ◦ green 33 ◦ blue 23

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

Shades of Black Bean #142117

Tints of Black Bean #142117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 43.42%

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

R = 26.32%
G = 43.42%
B = 30.26%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.87

RGB Variations

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

Color information

#142117 (or 0x142117) is known color: Black Bean. HEX triplet: 14, 21 and 17. RGB value is (20,33,23). Sum of RGB (Red+Green+Blue) = 20+33+23=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 33 (13.28% from 255 or 43.42% from 76); Blue value is 23 (9.38% from 255 or 30.26% from 76); Max value from RGB is 33 - color contains mainly: green. Hex color #142117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142117 is #EBDEE8. Grayscale: #1C1C1C. Windows color (decimal): -15458025 or 1515796. OLE color: 1515796.

HSL color Cylindrical-coordinate representation of color #142117: hue angle of 133.85º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #142117 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 33 23 -
CMYK 0.39 0 0.30 0.87
HSL 133.85º 0.25% 0.1% -
HSV(B) 133.85º 0.39% 0.13% -
XYZ 0.99 1.3 1.01 -
YUV 27.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 20 33 23 0.39 0 0.30 0.87 133.85 0.25 0.1
Hex 14 21 17 27 0 1E 57 86 19 A
Octal 24 41 27 47 0 36 127 206 31 12
Binary 10100 100001 10111 100111 0 11110 1010111 10000110 11001 1010

Color Harmonies of #142117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142117

Black with #142117

Text Example


Text Example

White with #142117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142117; }

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

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

background-color css

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

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

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

border-color css

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

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

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