Html Css Color HEX #19261A Black Bean

📋 copy color: '#19261A'

red 25 ◦ green 38 ◦ blue 26

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

Shades of Black Bean #19261A

Tints of Black Bean #19261A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 42.7%

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

R = 28.09%
G = 42.7%
B = 29.21%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#19261A (or 0x19261A) is known color: Black Bean. HEX triplet: 19, 26 and 1A. RGB value is (25,38,26). Sum of RGB (Red+Green+Blue) = 25+38+26=89 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.09% from 89); Green value is 38 (15.23% from 255 or 42.70% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 38 - color contains mainly: green. Hex color #19261A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19261A is #E6D9E5. Grayscale: #202020. Windows color (decimal): -15129062 or 1713689. OLE color: 1713689.

HSL color Cylindrical-coordinate representation of color #19261A: hue angle of 124.62º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #19261A is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB 25 38 26 -
CMYK 0.34 0 0.32 0.85
HSL 124.62º 0.21% 0.12% -
HSV(B) 124.62º 0.34% 0.15% -
XYZ 1.28 1.67 1.23 -
YUV 32.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 25 38 26 0.34 0 0.32 0.85 124.62 0.21 0.12
Hex 19 26 1A 22 0 20 55 7D 15 C
Octal 31 46 32 42 0 40 125 175 25 14
Binary 11001 100110 11010 100010 0 100000 1010101 1111101 10101 1100

Color Harmonies of #19261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19261A

Black with #19261A

Text Example


Text Example

White with #19261A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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