#19221A

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

Shades of Black Bean #19221A

Tints of Black Bean #19221A

Color information

#19221A (or 0x19221A) is unknown color: approx Black Bean. HEX triplet: 19, 22 and 1A. RGB value is (25,34,26). Sum of RGB (Red+Green+Blue) = 25+34+26=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 34 (13.67% from 255 or 40% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 34 - color contains mainly: green. Hex color #19221A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19221A is #E6DDE5. Grayscale: #1E1E1E. Windows color (decimal): -15130086 or 1712665. OLE color: 1712665.

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

Color convert

RGB253426-
CMYK0.2600.240.87
HSL126.67º15.25%11.57%-
HSV(B)126.67º26.47%13.33%-
XYZ1.161.431.19-
YUV30.4125.52124.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.41%
GREEN value IS 34 (13.67% from 255) = 40%
BLUE value IS 26 (10.55% from 255) = 30.59%
R=29.41%
G=40%
B=30.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2534260.2600.240.87126.6715.2511.57
Hex19221A1A018577ffc
Octal314232320301271771714
Binary1100110001011010110100110001010111111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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