Html Css Color HEX #142C17 Black Bean

📋 copy color: '#142C17'

red 20 ◦ green 44 ◦ blue 23

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

Shades of Black Bean #142C17

Tints of Black Bean #142C17

RGB

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

 GREEN value IS 44 (17.58% from 255) = 50.57%

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

R = 22.99%
G = 50.57%
B = 26.44%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.83

RGB Variations

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

Color information

#142C17 (or 0x142C17) is known color: Black Bean. HEX triplet: 14, 2C and 17. RGB value is (20,44,23). Sum of RGB (Red+Green+Blue) = 20+44+23=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 44 (17.58% from 255 or 50.57% from 87); Blue value is 23 (9.38% from 255 or 26.44% from 87); Max value from RGB is 44 - color contains mainly: green. Hex color #142C17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142C17 is #EBD3E8. Grayscale: #222222. Windows color (decimal): -15455209 or 1518612. OLE color: 1518612.

HSL color Cylindrical-coordinate representation of color #142C17: hue angle of 127.5º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #142C17 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.83.

Color convert

RGB 20 44 23 -
CMYK 0.55 0 0.48 0.83
HSL 127.5º 0.38% 0.13% -
HSV(B) 127.5º 0.55% 0.17% -
XYZ 1.34 2.01 1.13 -
YUV 34.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 20 44 23 0.55 0 0.48 0.83 127.5 0.38 0.13
Hex 14 2C 17 37 0 30 53 80 26 D
Octal 24 54 27 67 0 60 123 200 46 15
Binary 10100 101100 10111 110111 0 110000 1010011 10000000 100110 1101

Color Harmonies of #142C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142C17

Black with #142C17

Text Example


Text Example

White with #142C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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