Html Css Color HEX #142915 Black Bean

📋 copy color: '#142915'

red 20 ◦ green 41 ◦ blue 21

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

Shades of Black Bean #142915

Tints of Black Bean #142915

RGB

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

 GREEN value IS 41 (16.41% from 255) = 50%

 BLUE value IS 21 (8.59% from 255) = 25.61%

R = 24.39%
G = 50%
B = 25.61%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.49

 K value IS 0.84

RGB Variations

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

Color information

#142915 (or 0x142915) is known color: Black Bean. HEX triplet: 14, 29 and 15. RGB value is (20,41,21). Sum of RGB (Red+Green+Blue) = 20+41+21=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 41 (16.41% from 255 or 50% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 41 - color contains mainly: green. Hex color #142915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142915 is #EBD6EA. Grayscale: #202020. Windows color (decimal): -15455979 or 1386772. OLE color: 1386772.

HSL color Cylindrical-coordinate representation of color #142915: hue angle of 122.86º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #142915 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 41 21 -
CMYK 0.51 0 0.49 0.84
HSL 122.86º 0.34% 0.12% -
HSV(B) 122.86º 0.51% 0.16% -
XYZ 1.22 1.79 0.99 -
YUV 32.44 121.54 119.13 -
System Red Green Blue C M Y K H S L
Decimal 20 41 21 0.51 0 0.49 0.84 122.86 0.34 0.12
Hex 14 29 15 33 0 31 54 7B 22 C
Octal 24 51 25 63 0 61 124 173 42 14
Binary 10100 101001 10101 110011 0 110001 1010100 1111011 100010 1100

Color Harmonies of #142915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142915

Black with #142915

Text Example


Text Example

White with #142915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142915; }

 p { color: rgb(20,41,21); }

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

background-color css

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

 a { background-color: rgb(20,41,21); }

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

border-color css

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

 span { border-color: rgb(20,41,21); }

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