#163119

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

Shades of Black Bean #163119

Tints of Black Bean #163119

Color information

#163119 (or 0x163119) is unknown color: approx Black Bean. HEX triplet: 16, 31 and 19. RGB value is (22,49,25). Sum of RGB (Red+Green+Blue) = 22+49+25=96 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.92% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #163119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163119 is #E9CEE6. Grayscale: #262626. Windows color (decimal): -15322855 or 1650966. OLE color: 1650966.

HSL color Cylindrical-coordinate representation of color #163119: hue angle of 126.67º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #163119 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB224925-
CMYK0.5500.490.81
HSL126.67º38.03%13.92%-
HSV(B)126.67º55.1%19.22%-
XYZ1.62.441.31-
YUV38.19120.55116.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22.92%
GREEN value IS 49 (19.53% from 255) = 51.04%
BLUE value IS 25 (10.16% from 255) = 26.04%
R=22.92%
G=51.04%
B=26.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2249250.5500.490.81126.6738.0313.92
Hex16311937031517f26e
Octal266131670611211774616
Binary10110110001110011101110110001101000111111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163119; }

 p { color: rgb(22,49,25); }

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

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

 a { background-color: rgb(22,49,25); }

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

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

 span { border-color: rgb(22,49,25); }

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