Html Css Color HEX #19211A Black Bean

📋 copy color: '#19211A'

red 25 ◦ green 33 ◦ blue 26

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

Shades of Black Bean #19211A

Tints of Black Bean #19211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 39.29%

 BLUE value IS 26 (10.55% from 255) = 30.95%

R = 29.76%
G = 39.29%
B = 30.95%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.87

RGB Variations

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

Color information

#19211A (or 0x19211A) is known color: Black Bean. HEX triplet: 19, 21 and 1A. RGB value is (25,33,26). Sum of RGB (Red+Green+Blue) = 25+33+26=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 33 - color contains mainly: green. Hex color #19211A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19211A is #E6DEE5. Grayscale: #1D1D1D. Windows color (decimal): -15130342 or 1712409. OLE color: 1712409.

HSL color Cylindrical-coordinate representation of color #19211A: hue angle of 127.5º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #19211A is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.87.

Color convert

RGB 25 33 26 -
CMYK 0.24 0 0.21 0.87
HSL 127.5º 0.14% 0.11% -
HSV(B) 127.5º 0.24% 0.13% -
XYZ 1.13 1.37 1.18 -
YUV 29.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 25 33 26 0.24 0 0.21 0.87 127.5 0.14 0.11
Hex 19 21 1A 18 0 15 57 80 E B
Octal 31 41 32 30 0 25 127 200 16 13
Binary 11001 100001 11010 11000 0 10101 1010111 10000000 1110 1011

Color Harmonies of #19211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19211A

Black with #19211A

Text Example


Text Example

White with #19211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19211A; }

 p { color: rgb(25,33,26); }

 H1.HeaderClassName
 {
   color: #19211A;
 }
 .AnyTagClassName
 {
   color: #19211A;
 }
</style>

background-color css

<style>
 a { background-color: #19211A; }

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

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

border-color css

<style>
 span { border-color: #19211A; }

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

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