#19241B

Color #19241B Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #19241B

Tints of Black Bean #19241B

Color information

#19241B (or 0x19241B) is unknown color: approx Black Bean. HEX triplet: 19, 24 and 1B. RGB value is (25,36,27). Sum of RGB (Red+Green+Blue) = 25+36+27=88 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.41% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 36 - color contains mainly: green. Hex color #19241B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19241B is #E6DBE4. Grayscale: #1F1F1F. Windows color (decimal): -15129573 or 1778713. OLE color: 1778713.

HSL color Cylindrical-coordinate representation of color #19241B: hue angle of 130.91º degrees, saturation: 0.18, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #19241B is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.86.

Color convert

RGB253627-
CMYK0.3100.250.86
HSL130.91º18.03%11.96%-
HSV(B)130.91º30.56%14.12%-
XYZ1.231.551.27-
YUV31.68125.36123.23-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 28.41%
GREEN value IS 36 (14.45% from 255) = 40.91%
BLUE value IS 27 (10.94% from 255) = 30.68%
R=28.41%
G=40.91%
B=30.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2536270.3100.250.86130.9118.0311.96
Hex19241B1F019568312c
Octal314433370311262032214
Binary110011001001101111111011001101011010000011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #19241B;
 }
 .AnyTagClassName
 {
   color: #19241B;
 }
</style>
background-color css

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

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

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

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

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

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