Html Css Color HEX #19261B Black Bean

📋 copy color: '#19261B'

red 25 ◦ green 38 ◦ blue 27

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

Shades of Black Bean #19261B

Tints of Black Bean #19261B

RGB

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

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

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

R = 27.78%
G = 42.22%
B = 30%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.85

RGB Variations

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

Color information

#19261B (or 0x19261B) is known color: Black Bean. HEX triplet: 19, 26 and 1B. RGB value is (25,38,27). Sum of RGB (Red+Green+Blue) = 25+38+27=90 (11% of max value = 765). Red value is 25 (10.16% from 255 or 27.78% from 90); Green value is 38 (15.23% from 255 or 42.22% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 38 - color contains mainly: green. Hex color #19261B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19261B is #E6D9E4. Grayscale: #202020. Windows color (decimal): -15129061 or 1779225. OLE color: 1779225.

HSL color Cylindrical-coordinate representation of color #19261B: hue angle of 129.23º 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 #19261B is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.85.

Color convert

RGB 25 38 27 -
CMYK 0.34 0 0.29 0.85
HSL 129.23º 0.21% 0.12% -
HSV(B) 129.23º 0.34% 0.15% -
XYZ 1.29 1.67 1.29 -
YUV 32.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 25 38 27 0.34 0 0.29 0.85 129.23 0.21 0.12
Hex 19 26 1B 22 0 1D 55 81 15 C
Octal 31 46 33 42 0 35 125 201 25 14
Binary 11001 100110 11011 100010 0 11101 1010101 10000001 10101 1100

Color Harmonies of #19261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19261B

Black with #19261B

Text Example


Text Example

White with #19261B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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