Html Css Color HEX #131A13 Black Bean

📋 copy color: '#131A13'

red 19 ◦ green 26 ◦ blue 19

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

Shades of Black Bean #131A13

Tints of Black Bean #131A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 29.69%

R = 29.69%
G = 40.63%
B = 29.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.90

RGB Variations

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

Color information

#131A13 (or 0x131A13) is known color: Black Bean. HEX triplet: 13, 1A and 13. RGB value is (19,26,19). Sum of RGB (Red+Green+Blue) = 19+26+19=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 26 (10.55% from 255 or 40.62% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 26 - color contains mainly: green. Hex color #131A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131A13 is #ECE5EC. Grayscale: #171717. Windows color (decimal): -15525357 or 1251859. OLE color: 1251859.

HSL color Cylindrical-coordinate representation of color #131A13: hue angle of 120º 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 #131A13 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.90.

Color convert

RGB 19 26 19 -
CMYK 0.27 0 0.27 0.90
HSL 120º 0.16% 0.09% -
HSV(B) 120º 0.27% 0.1% -
XYZ 0.76 0.92 0.75 -
YUV 23.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 19 26 19 0.27 0 0.27 0.90 120 0.16 0.09
Hex 13 1A 13 1B 0 1B 5A 78 10 9
Octal 23 32 23 33 0 33 132 170 20 11
Binary 10011 11010 10011 11011 0 11011 1011010 1111000 10000 1001

Color Harmonies of #131A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A13

Black with #131A13

Text Example


Text Example

White with #131A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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