Html Css Color HEX #131B13 Black Bean

📋 copy color: '#131B13'

red 19 ◦ green 27 ◦ blue 19

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

Shades of Black Bean #131B13

Tints of Black Bean #131B13

RGB

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

 GREEN value IS 27 (10.94% from 255) = 41.54%

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

R = 29.23%
G = 41.54%
B = 29.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.89

RGB Variations

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

Color information

#131B13 (or 0x131B13) is known color: Black Bean. HEX triplet: 13, 1B and 13. RGB value is (19,27,19). Sum of RGB (Red+Green+Blue) = 19+27+19=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 27 (10.94% from 255 or 41.54% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 27 - color contains mainly: green. Hex color #131B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B13 is #ECE4EC. Grayscale: #171717. Windows color (decimal): -15525101 or 1252115. OLE color: 1252115.

HSL color Cylindrical-coordinate representation of color #131B13: hue angle of 120º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #131B13 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 27 19 -
CMYK 0.30 0 0.30 0.89
HSL 120º 0.17% 0.09% -
HSV(B) 120º 0.3% 0.11% -
XYZ 0.78 0.97 0.76 -
YUV 23.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 19 27 19 0.30 0 0.30 0.89 120 0.17 0.09
Hex 13 1B 13 1E 0 1E 59 78 11 9
Octal 23 33 23 36 0 36 131 170 21 11
Binary 10011 11011 10011 11110 0 11110 1011001 1111000 10001 1001

Color Harmonies of #131B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B13

Black with #131B13

Text Example


Text Example

White with #131B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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