#163019

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

Shades of Black Bean #163019

Tints of Black Bean #163019

Color information

#163019 (or 0x163019) is unknown color: approx Black Bean. HEX triplet: 16, 30 and 19. RGB value is (22,48,25). Sum of RGB (Red+Green+Blue) = 22+48+25=95 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.16% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #163019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163019 is #E9CFE6. Grayscale: #252525. Windows color (decimal): -15323111 or 1650710. OLE color: 1650710.

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

Color convert

RGB224825-
CMYK0.5400.480.81
HSL126.92º37.14%13.73%-
HSV(B)126.92º54.17%18.82%-
XYZ1.562.351.29-
YUV37.6120.89116.87-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 23.16%
GREEN value IS 48 (19.14% from 255) = 50.53%
BLUE value IS 25 (10.16% from 255) = 26.32%
R=23.16%
G=50.53%
B=26.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2248250.5400.480.81126.9237.1413.73
Hex16301936030517f25e
Octal266031660601211774516
Binary10110110000110011101100110000101000111111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163019; }

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

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

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

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

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

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

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

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