Html Css Color HEX #131A14 Black Bean

📋 copy color: '#131A14'

red 19 ◦ green 26 ◦ blue 20

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

Shades of Black Bean #131A14

Tints of Black Bean #131A14

RGB

 RED value IS 19 (7.81% from 255) = 29.23%

 GREEN value IS 26 (10.55% from 255) = 40%

 BLUE value IS 20 (8.2% from 255) = 30.77%

R = 29.23%
G = 40%
B = 30.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.90

RGB Variations

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

Color information

#131A14 (or 0x131A14) is known color: Black Bean. HEX triplet: 13, 1A and 14. RGB value is (19,26,20). Sum of RGB (Red+Green+Blue) = 19+26+20=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 26 (10.55% from 255 or 40% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 26 - color contains mainly: green. Hex color #131A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131A14 is #ECE5EB. Grayscale: #171717. Windows color (decimal): -15525356 or 1317395. OLE color: 1317395.

HSL color Cylindrical-coordinate representation of color #131A14: hue angle of 128.57º degrees, saturation: 0.16, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #131A14 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.90.

Color convert

RGB 19 26 20 -
CMYK 0.27 0 0.23 0.90
HSL 128.57º 0.16% 0.09% -
HSV(B) 128.57º 0.27% 0.1% -
XYZ 0.76 0.93 0.8 -
YUV 23.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 19 26 20 0.27 0 0.23 0.90 128.57 0.16 0.09
Hex 13 1A 14 1B 0 17 5A 81 10 9
Octal 23 32 24 33 0 27 132 201 20 11
Binary 10011 11010 10100 11011 0 10111 1011010 10000001 10000 1001

Color Harmonies of #131A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A14

Black with #131A14

Text Example


Text Example

White with #131A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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