Html Css Color HEX #19201B Black Bean

📋 copy color: '#19201B'

red 25 ◦ green 32 ◦ blue 27

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

Shades of Black Bean #19201B

Tints of Black Bean #19201B

RGB

 RED value IS 25 (10.16% from 255) = 29.76%

 GREEN value IS 32 (12.89% from 255) = 38.1%

 BLUE value IS 27 (10.94% from 255) = 32.14%

R = 29.76%
G = 38.1%
B = 32.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.87

RGB Variations

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

Color information

#19201B (or 0x19201B) is known color: Black Bean. HEX triplet: 19, 20 and 1B. RGB value is (25,32,27). Sum of RGB (Red+Green+Blue) = 25+32+27=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 32 - color contains mainly: green. Hex color #19201B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19201B is #E6DFE4. Grayscale: #1D1D1D. Windows color (decimal): -15130597 or 1777689. OLE color: 1777689.

HSL color Cylindrical-coordinate representation of color #19201B: hue angle of 137.14º degrees, saturation: 0.12, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #19201B is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.87.

Color convert

RGB 25 32 27 -
CMYK 0.22 0 0.16 0.87
HSL 137.14º 0.12% 0.11% -
HSV(B) 137.14º 0.22% 0.13% -
XYZ 1.12 1.32 1.23 -
YUV 29.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 25 32 27 0.22 0 0.16 0.87 137.14 0.12 0.11
Hex 19 20 1B 16 0 10 57 89 C B
Octal 31 40 33 26 0 20 127 211 14 13
Binary 11001 100000 11011 10110 0 10000 1010111 10001001 1100 1011

Color Harmonies of #19201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19201B

Black with #19201B

Text Example


Text Example

White with #19201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19201B; }

 p { color: rgb(25,32,27); }

 H1.HeaderClassName
 {
   color: #19201B;
 }
 .AnyTagClassName
 {
   color: #19201B;
 }
</style>

background-color css

<style>
 a { background-color: #19201B; }

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

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

border-color css

<style>
 span { border-color: #19201B; }

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

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