Html Css Color HEX #14311A Black Bean

📋 copy color: '#14311A'

red 20 ◦ green 49 ◦ blue 26

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

Shades of Black Bean #14311A

Tints of Black Bean #14311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 51.58%

 BLUE value IS 26 (10.55% from 255) = 27.37%

R = 21.05%
G = 51.58%
B = 27.37%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.47

 K value IS 0.81

RGB Variations

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

Color information

#14311A (or 0x14311A) is known color: Black Bean. HEX triplet: 14, 31 and 1A. RGB value is (20,49,26). Sum of RGB (Red+Green+Blue) = 20+49+26=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #14311A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14311A is #EBCEE5. Grayscale: #252525. Windows color (decimal): -15453926 or 1716500. OLE color: 1716500.

HSL color Cylindrical-coordinate representation of color #14311A: hue angle of 132.41º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #14311A is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 49 26 -
CMYK 0.59 0 0.47 0.81
HSL 132.41º 0.42% 0.14% -
HSV(B) 132.41º 0.59% 0.19% -
XYZ 1.57 2.42 1.36 -
YUV 37.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 20 49 26 0.59 0 0.47 0.81 132.41 0.42 0.14
Hex 14 31 1A 3B 0 2F 51 84 2A E
Octal 24 61 32 73 0 57 121 204 52 16
Binary 10100 110001 11010 111011 0 101111 1010001 10000100 101010 1110

Color Harmonies of #14311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14311A

Black with #14311A

Text Example


Text Example

White with #14311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14311A; }

 p { color: rgb(20,49,26); }

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

background-color css

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

 a { background-color: rgb(20,49,26); }

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

border-color css

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

 span { border-color: rgb(20,49,26); }

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