#19241A

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

Shades of Black Bean #19241A

Tints of Black Bean #19241A

Color information

#19241A (or 0x19241A) is unknown color: approx Black Bean. HEX triplet: 19, 24 and 1A. RGB value is (25,36,26). Sum of RGB (Red+Green+Blue) = 25+36+26=87 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.74% from 87); Green value is 36 (14.45% from 255 or 41.38% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 36 - color contains mainly: green. Hex color #19241A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19241A is #E6DBE5. Grayscale: #1F1F1F. Windows color (decimal): -15129574 or 1713177. OLE color: 1713177.

HSL color Cylindrical-coordinate representation of color #19241A: hue angle of 125.45º 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 #19241A is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.86.

Color convert

RGB253626-
CMYK0.3100.280.86
HSL125.45º18.03%11.96%-
HSV(B)125.45º30.56%14.12%-
XYZ1.221.541.21-
YUV31.57124.86123.31-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 28.74%
GREEN value IS 36 (14.45% from 255) = 41.38%
BLUE value IS 26 (10.55% from 255) = 29.89%
R=28.74%
G=41.38%
B=29.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2536260.3100.280.86125.4518.0311.96
Hex19241A1F01C567d12c
Octal314432370341261752214
Binary11001100100110101111101110010101101111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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