Html Css Color HEX #131C13 Black Bean

📋 copy color: '#131C13'

red 19 ◦ green 28 ◦ blue 19

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

Shades of Black Bean #131C13

Tints of Black Bean #131C13

RGB

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

 GREEN value IS 28 (11.33% from 255) = 42.42%

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

R = 28.79%
G = 42.42%
B = 28.79%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.32

 K value IS 0.89

RGB Variations

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

Color information

#131C13 (or 0x131C13) is known color: Black Bean. HEX triplet: 13, 1C and 13. RGB value is (19,28,19). Sum of RGB (Red+Green+Blue) = 19+28+19=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 19 (7.81% from 255 or 28.79% from 66); Max value from RGB is 28 - color contains mainly: green. Hex color #131C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C13 is #ECE3EC. Grayscale: #181818. Windows color (decimal): -15524845 or 1252371. OLE color: 1252371.

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

Color convert

RGB 19 28 19 -
CMYK 0.32 0 0.32 0.89
HSL 120º 0.19% 0.09% -
HSV(B) 120º 0.32% 0.11% -
XYZ 0.8 1.02 0.77 -
YUV 24.28 125.02 124.23 -
System Red Green Blue C M Y K H S L
Decimal 19 28 19 0.32 0 0.32 0.89 120 0.19 0.09
Hex 13 1C 13 20 0 20 59 78 13 9
Octal 23 34 23 40 0 40 131 170 23 11
Binary 10011 11100 10011 100000 0 100000 1011001 1111000 10011 1001

Color Harmonies of #131C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C13

Black with #131C13

Text Example


Text Example

White with #131C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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